diff options
| author | Michael Howell <michael@notriddle.com> | 2022-06-11 08:30:46 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2022-06-11 09:54:20 -0700 |
| commit | 9b31323b8f784ebb8689bb11489caefadb552f60 (patch) | |
| tree | 8ad3ee74ad79b6888a26cdcc425b531ef683b231 /compiler/rustc_span/src | |
| parent | 9f6dcceef0bf2f455c29e8863413604b58e2b6b5 (diff) | |
| download | rust-9b31323b8f784ebb8689bb11489caefadb552f60.tar.gz rust-9b31323b8f784ebb8689bb11489caefadb552f60.zip | |
Fix incorrectly spelled "variadic"
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 37e905f7f56..ce3efc036ae 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1439,7 +1439,7 @@ symbols! { tuple, tuple_from_req, tuple_indexing, - tuple_varadic, + tuple_variadic, two_phase, ty, type_alias_enum_variants, |
