X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_span%2Fsrc%2Fsymbol.rs;h=2ac1ecfe87eb5f11820b3456149ecd5fab79f9dc;hb=9e197b75f0e5ad17dc1bb1431853bd4df7cff408;hp=0c271c047091f04c9495d0a32718ac44cb914675;hpb=99f3132cd7a36b665aba4704fae457711eea929e;p=rust.git diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 0c271c04709..2ac1ecfe87e 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -223,6 +223,16 @@ LintPass, Mutex, N, + NonZeroI128, + NonZeroI16, + NonZeroI32, + NonZeroI64, + NonZeroI8, + NonZeroU128, + NonZeroU16, + NonZeroU32, + NonZeroU64, + NonZeroU8, None, Ok, Option, @@ -257,6 +267,7 @@ Result, Return, Right, + Rust, RustcDecodable, RustcEncodable, Send, @@ -685,6 +696,7 @@ fabsf32, fabsf64, fadd_fast, + fake_variadic, fdiv_fast, feature, fence, @@ -788,6 +800,7 @@ impl_lint_pass, impl_macros, impl_trait_in_bindings, + implied_by, import, import_shadowing, imported_main, @@ -1435,6 +1448,8 @@ thumb2, thumb_mode: "thumb-mode", tmm_reg, + to_string, + to_vec, todo_macro, tool_attributes, tool_lints, @@ -1458,7 +1473,6 @@ tuple, tuple_from_req, tuple_indexing, - tuple_variadic, two_phase, ty, type_alias_enum_variants,