diff options
| author | Oli Scherer <github35764891676564198441@oli-obk.de> | 2021-03-12 10:53:51 +0000 |
|---|---|---|
| committer | Oli Scherer <github35764891676564198441@oli-obk.de> | 2021-03-15 17:32:43 +0000 |
| commit | 1f7df1956a8c78652aedee67172d7d52f395d785 (patch) | |
| tree | 93810ac52314f3185bb8c2a5776dce061893da5e /compiler/rustc_span/src/symbol.rs | |
| parent | 19dce738f916570403c5fe8030d639778715c521 (diff) | |
| download | rust-1f7df1956a8c78652aedee67172d7d52f395d785.tar.gz rust-1f7df1956a8c78652aedee67172d7d52f395d785.zip | |
Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual changes in behaviour
This makes `type_alias_impl_trait` not actually do anything anymore
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 4fcb8b6c1b7..7bd1a21cc91 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -736,6 +736,7 @@ symbols! { min_const_generics, min_const_unsafe_fn, min_specialization, + min_type_alias_impl_trait, minnumf32, minnumf64, mips_target_feature, |
