We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97ee7cf + 3894ab9 commit 8a6f7c4Copy full SHA for 8a6f7c4
setuptools_rust/build.py
@@ -75,7 +75,7 @@ def build_extension(self, ext):
75
76
if not os.path.exists(ext.path):
77
raise DistutilsFileError(
78
- "Can not file rust extension project file: %s" % ext.path)
+ "Can not find rust extension project file: %s" % ext.path)
79
80
features = set(ext.features)
81
features.update(cpython_feature(binding=ext.binding))
0 commit comments