]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_span/src/symbol.rs
Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJung
[rust.git] / compiler / rustc_span / src / symbol.rs
index ace095736c92fd8a1a2e2b39c91b4c08b1ed6115..e802663471341cdd1eba4b0549c313e2d98ea969 100644 (file)
         Capture,
         Center,
         Clone,
-        Context,
         Continue,
         Copy,
         Count,
         Relaxed,
         Release,
         Result,
+        ResumeTy,
         Return,
         Right,
         Rust,
         assert_eq_macro,
         assert_inhabited,
         assert_macro,
+        assert_mem_uninitialized_valid,
         assert_ne_macro,
         assert_receiver_is_total_eq,
-        assert_uninit_valid,
         assert_zero_valid,
         asserting,
         associated_const_equality,
         generic_associated_types_extended,
         generic_const_exprs,
         generic_param_attrs,
+        get_context,
         global_allocator,
         global_asm,
         globs,
@@ -1801,7 +1802,7 @@ fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
 pub struct Symbol(SymbolIndex);
 
 rustc_index::newtype_index! {
-    struct SymbolIndex { .. }
+    struct SymbolIndex {}
 }
 
 impl Symbol {