diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2022-10-24 16:06:25 +0000 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2022-11-12 10:01:07 +0000 |
| commit | b77674d25467f521786cbfd450259b07bd2c378a (patch) | |
| tree | 7c4ddbdf5588982eb418e4bdeb1fd4e38d82f4c2 /compiler/rustc_span/src | |
| parent | 47de11f1ed133305a8dbd5be11b73acd0a085ba9 (diff) | |
| download | rust-b77674d25467f521786cbfd450259b07bd2c378a.tar.gz rust-b77674d25467f521786cbfd450259b07bd2c378a.zip | |
Make impl_trait_projections a feature gate.
Diffstat (limited to 'compiler/rustc_span/src')
| -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 54a61483a11..fd7456e8c9d 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -816,6 +816,7 @@ symbols! { impl_macros, impl_trait_in_bindings, impl_trait_in_fn_trait_return, + impl_trait_projections, implied_by, import, import_name_type, |
