diff options
| author | Michael Goulet <michael@errs.io> | 2022-07-30 01:53:29 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2022-08-07 16:28:24 -0700 |
| commit | 6b2eab231056da3734e90bd35f11e257dc0bc138 (patch) | |
| tree | 3561fe9589b7f1961890b69e5f986d25c10c1a0b /compiler/rustc_span/src | |
| parent | d394408fb38c4de61f765a3ed5189d2731a1da91 (diff) | |
| download | rust-6b2eab231056da3734e90bd35f11e257dc0bc138.tar.gz rust-6b2eab231056da3734e90bd35f11e257dc0bc138.zip | |
Add Tuple marker trait
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 f81a69c1cce..4120717a681 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1481,6 +1481,7 @@ symbols! { tuple, tuple_from_req, tuple_indexing, + tuple_trait, two_phase, ty, type_alias_enum_variants, |
