diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2024-11-19 05:01:59 +0000 |
|---|---|---|
| committer | Boxy <rust@boxyuwu.dev> | 2024-11-19 05:07:43 +0000 |
| commit | 59e339f76658bd8bd55f7514c95ffb5f39c94227 (patch) | |
| tree | 9b5242c424017271592c6d53cb4557cff5502375 /compiler/rustc_span/src/symbol.rs | |
| parent | b71fb5edc0217eaf8fc824a44cd7b0945e29ff4d (diff) | |
| download | rust-59e339f76658bd8bd55f7514c95ffb5f39c94227.tar.gz rust-59e339f76658bd8bd55f7514c95ffb5f39c94227.zip | |
Introduce `min_generic_const_args` and directly represent paths
Co-authored-by: Boxy UwU <rust@boxyuwu.dev> Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
Diffstat (limited to 'compiler/rustc_span/src/symbol.rs')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index a562d34abde..e4261822040 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1226,6 +1226,7 @@ symbols! { min_const_generics, min_const_unsafe_fn, min_exhaustive_patterns, + min_generic_const_args, min_specialization, min_type_alias_impl_trait, minnumf128, |
