diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-04-12 13:32:15 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-04-12 16:17:31 +0000 |
| commit | f263f88beacce82ef7098dadd25e44eb349aa3c2 (patch) | |
| tree | f08b20c030db2911051c8f18aa491fbe8197460e /compiler/rustc_span/src | |
| parent | 9be9b5e09ad834e2ba9f2571ca17059e18f89b71 (diff) | |
| download | rust-f263f88beacce82ef7098dadd25e44eb349aa3c2.tar.gz rust-f263f88beacce82ef7098dadd25e44eb349aa3c2.zip | |
Split out a separate feature gate for impl trait in associated types
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 7affad9aa01..236f85a8e08 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -800,6 +800,7 @@ symbols! { ignore, impl_header_lifetime_elision, impl_lint_pass, + impl_trait_in_assoc_type, impl_trait_in_bindings, impl_trait_in_fn_trait_return, impl_trait_projections, |
