diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2022-06-22 22:19:02 +0200 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2022-07-13 14:17:09 +0200 |
| commit | 5a20834884f653e84485fb905785fdbca98b7e02 (patch) | |
| tree | 8c4896f7859f481058b7b3708bae43a4a69d71fa /compiler/rustc_span | |
| parent | 3b1b38d17f223378386f768204e4c5ad106b7c50 (diff) | |
| download | rust-5a20834884f653e84485fb905785fdbca98b7e02.tar.gz rust-5a20834884f653e84485fb905785fdbca98b7e02.zip | |
Add feature gate.
Diffstat (limited to 'compiler/rustc_span')
| -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 9b6967621f1..10a24a4c534 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -341,6 +341,7 @@ symbols! { always, and, and_then, + anonymous_lifetime_in_impl_trait, any, append_const_msg, arbitrary_enum_discriminant, |
