1
Fork 0

avoid embedding StabilityLevel::Unstable reason string into metadata multiple times

This commit is contained in:
klensy 2022-07-01 18:20:46 +03:00
parent 1673f1450e
commit b38c94857d
5 changed files with 46 additions and 9 deletions

View file

@ -1527,6 +1527,9 @@ symbols! {
unsized_locals,
unsized_tuple_coercion,
unstable,
unstable_location_reason_default: "this crate is being loaded from the sysroot, an \
unstable location; did you mean to load this crate \
from crates.io via `Cargo.toml` instead?",
untagged_unions,
unused_imports,
unused_qualifications,