diff options
| author | Ralf Jung <post@ralfj.de> | 2024-11-17 22:50:14 +0100 | 
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-11-18 07:47:44 +0100 | 
| commit | 9d4b1b2db497102257c6f372f308492089d689b4 (patch) | |
| tree | cc7e6e5d5cdb7c521fc0da7f6f7448b31d3350ee /compiler/rustc_span/src | |
| parent | 3fb7e441aecc3c054d71eb4d752d06e7776e8888 (diff) | |
| download | rust-9d4b1b2db497102257c6f372f308492089d689b4.tar.gz rust-9d4b1b2db497102257c6f372f308492089d689b4.zip | |
rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirect
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 5d4ba4be5b8..a562d34abde 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1666,7 +1666,6 @@ symbols! { rustc_const_panic_str, rustc_const_stable, rustc_const_stable_indirect, - rustc_const_stable_intrinsic, rustc_const_unstable, rustc_conversion_suggestion, rustc_deallocator, @@ -1696,6 +1695,7 @@ symbols! { rustc_inherit_overflow_checks, rustc_insignificant_dtor, rustc_intrinsic, + rustc_intrinsic_const_stable_indirect, rustc_intrinsic_must_be_overridden, rustc_layout, rustc_layout_scalar_valid_range_end, | 
