diff options
| author | mark <markm@cs.wisc.edu> | 2021-04-14 20:34:51 -0500 |
|---|---|---|
| committer | mark <markm@cs.wisc.edu> | 2021-04-15 13:52:09 -0500 |
| commit | 0566ccc72fc49e0a30fedebca754c8cc10bb1a73 (patch) | |
| tree | 08d06ef86b9bc74f0a1e5b2d21be6d004b899528 /compiler/rustc_span/src | |
| parent | ebc4acee91dc9871d1c90f0d7a38aff0580dd18a (diff) | |
| download | rust-0566ccc72fc49e0a30fedebca754c8cc10bb1a73.tar.gz rust-0566ccc72fc49e0a30fedebca754c8cc10bb1a73.zip | |
rename pat2015 to pat_param
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 42e521a20a3..db0d0b9966c 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -849,8 +849,8 @@ symbols! { partial_ord, passes, pat, - pat2015, pat2021, + pat_param, path, pattern_parentheses, phantom_data, |
