We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e036a commit 73ca15cCopy full SHA for 73ca15c
src/librustc/middle/stability.rs
@@ -429,7 +429,7 @@ impl<'a, 'tcx> Index<'tcx> {
429
// while maintaining the invariant that all sysroot crates are unstable
430
// by default and are unable to be used.
431
if tcx.sess.opts.debugging_opts.force_unstable_if_unmarked {
432
- let reason = "this crate is being loaded from the sysroot, and \
+ let reason = "this crate is being loaded from the sysroot, an \
433
unstable location; did you mean to load this crate \
434
from crates.io via `Cargo.toml` instead?";
435
let stability = tcx.intern_stability(Stability {
0 commit comments