Skip to content

Commit 7b3bd5b

Browse files
authored
Fix typo in internal error message (#15363)
changelog: none @rustbot label +P-low +A-infra
2 parents d73a6b7 + 431f95e commit 7b3bd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/symbols-used.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fn all_symbols_are_used() -> Result<()> {
7575
for sym in extra {
7676
eprintln!(" - {sym}");
7777
}
78-
Err(format!("extra symbols found — remove them {SYM_FILE}"))?;
78+
Err(format!("extra symbols found — remove them from {SYM_FILE}"))?;
7979
}
8080
Ok(())
8181
}

0 commit comments

Comments
 (0)