avoid embedding StabilityLevel::Unstable reason string into metadata multiple times
This commit is contained in:
parent
1673f1450e
commit
b38c94857d
5 changed files with 46 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue