diff options
| author | Michael Goulet <michael@errs.io> | 2022-09-04 02:10:31 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2022-09-04 02:10:31 +0000 |
| commit | edba0c92de737ff6d65255865366e0fddf76780c (patch) | |
| tree | 30a0a515d64c0c82dbd9071106aed891b9b91e47 /compiler/rustc_span | |
| parent | c23fe81764281c35b58dcf578a494076bf2325c0 (diff) | |
| download | rust-edba0c92de737ff6d65255865366e0fddf76780c.tar.gz rust-edba0c92de737ff6d65255865366e0fddf76780c.zip | |
Address nits, rename enclosing_scope => parent_label
Diffstat (limited to 'compiler/rustc_span')
| -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 64b919587e8..1da8c69490b 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -661,7 +661,6 @@ symbols! { emit_struct, emit_struct_field, enable, - enclosing_scope, encode, end, env, @@ -1063,6 +1062,7 @@ symbols! { panic_unwind, panicking, param_attrs, + parent_label, partial_cmp, partial_ord, passes, |
