We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97a2ebc + 2eefdc3 commit 121f85dCopy full SHA for 121f85d
src/lib.rs
@@ -413,7 +413,7 @@ impl<'a> SysrootBuilder<'a> {
413
// A bit of preparation.
414
if !src_dir.join("std").join("Cargo.toml").exists() {
415
bail!(
416
- "{:?} does not seem to be a rust library source folder: `src/Cargo.toml` not found",
+ "{:?} does not seem to be a rust library source folder: `std/Cargo.toml` not found",
417
src_dir
418
);
419
}
0 commit comments