We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a2ebc commit 2eefdc3Copy full SHA for 2eefdc3
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