Skip to content

Commit 2eefdc3

Browse files
committed
Typo 'src' -> 'std'
1 parent 97a2ebc commit 2eefdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ impl<'a> SysrootBuilder<'a> {
413413
// A bit of preparation.
414414
if !src_dir.join("std").join("Cargo.toml").exists() {
415415
bail!(
416-
"{:?} does not seem to be a rust library source folder: `src/Cargo.toml` not found",
416+
"{:?} does not seem to be a rust library source folder: `std/Cargo.toml` not found",
417417
src_dir
418418
);
419419
}

0 commit comments

Comments
 (0)