diff options
| author | Jack Huey <31162821+jackh726@users.noreply.github.com> | 2022-03-11 18:46:49 -0500 |
|---|---|---|
| committer | Jack Huey <31162821+jackh726@users.noreply.github.com> | 2022-03-30 17:41:11 -0400 |
| commit | 4e570a68a158b6592fc00f3c6e21efda84992079 (patch) | |
| tree | 3c0e48d1a0bcbd71dbd2f6e49efb1d9ecef2a35a /compiler/rustc_span/src | |
| parent | 5e1d19d30723c287f049662474021f2b9a9894ce (diff) | |
| download | rust-4e570a68a158b6592fc00f3c6e21efda84992079.tar.gz rust-4e570a68a158b6592fc00f3c6e21efda84992079.zip | |
Add the generic_associated_types_extended feature
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 5cf362bfa7e..e4153d74342 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -726,6 +726,7 @@ symbols! { generators, generic_arg_infer, generic_associated_types, + generic_associated_types_extended, generic_const_exprs, generic_param_attrs, get_context, |
