Skip to content

Commit 73ca15c

Browse files
committed
Fix typo, per #45057.
1 parent f5e036a commit 73ca15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/stability.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ impl<'a, 'tcx> Index<'tcx> {
429429
// while maintaining the invariant that all sysroot crates are unstable
430430
// by default and are unable to be used.
431431
if tcx.sess.opts.debugging_opts.force_unstable_if_unmarked {
432-
let reason = "this crate is being loaded from the sysroot, and \
432+
let reason = "this crate is being loaded from the sysroot, an \
433433
unstable location; did you mean to load this crate \
434434
from crates.io via `Cargo.toml` instead?";
435435
let stability = tcx.intern_stability(Stability {

0 commit comments

Comments
 (0)