diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-12-03 18:08:19 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-12-20 22:53:40 +0100 |
| commit | c9e1f13f6eb9d21224c083eb07d894adffc7ec96 (patch) | |
| tree | b78472f4650714a67fc3ccbe745982a9a9645394 /src/libsyntax_pos | |
| parent | a0d20935cc7dc9057c683bb62a4ba74475f32aa2 (diff) | |
| download | rust-c9e1f13f6eb9d21224c083eb07d894adffc7ec96.tar.gz rust-c9e1f13f6eb9d21224c083eb07d894adffc7ec96.zip | |
recover on 'mut', 'var', 'auto'
Diffstat (limited to 'src/libsyntax_pos')
| -rw-r--r-- | src/libsyntax_pos/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax_pos/symbol.rs b/src/libsyntax_pos/symbol.rs index ae34064c926..d3e80fc4fdd 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -773,6 +773,7 @@ symbols! { usize, v1, val, + var, vec, Vec, vis, |
