diff options
| author | Caio <c410.f3r@gmail.com> | 2019-06-09 07:58:40 -0300 |
|---|---|---|
| committer | Caio <c410.f3r@gmail.com> | 2019-06-09 07:58:40 -0300 |
| commit | 1eaaf440d5173f090d6e937f4b4cffec6c038984 (patch) | |
| tree | 9f0beed7bc92e5815b4db44b8e32973678140fcc /src/libsyntax_pos/symbol.rs | |
| parent | 5c45343f11fbf93cf4e15568aee3ff3f2f287466 (diff) | |
| download | rust-1eaaf440d5173f090d6e937f4b4cffec6c038984.tar.gz rust-1eaaf440d5173f090d6e937f4b4cffec6c038984.zip | |
Allow attributes in formal function parameters
Diffstat (limited to 'src/libsyntax_pos/symbol.rs')
| -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 49123e4cc30..260bad6dc08 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -444,6 +444,7 @@ symbols! { panic_implementation, panic_runtime, partial_cmp, + param_attrs, PartialOrd, passes, pat, |
