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