diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2019-03-28 12:36:13 -0500 |
|---|---|---|
| committer | Mark Mansi <markm@cs.wisc.edu> | 2019-04-10 21:29:17 -0500 |
| commit | d7f5c50a335204e00565c978f5eb7fac40468f96 (patch) | |
| tree | 15d27ac1f1f231c95a2af63e82bd82fca50a4953 /src/libsyntax/early_buffered_lints.rs | |
| parent | 96d700f1b7bc9c53fa0d11567adb1ed2c1c27e79 (diff) | |
| download | rust-d7f5c50a335204e00565c978f5eb7fac40468f96.tar.gz rust-d7f5c50a335204e00565c978f5eb7fac40468f96.zip | |
make duplicate matcher bindings a hard error
Diffstat (limited to 'src/libsyntax/early_buffered_lints.rs')
| -rw-r--r-- | src/libsyntax/early_buffered_lints.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/early_buffered_lints.rs b/src/libsyntax/early_buffered_lints.rs index 29cb9cd7f30..977e6d45877 100644 --- a/src/libsyntax/early_buffered_lints.rs +++ b/src/libsyntax/early_buffered_lints.rs @@ -12,8 +12,6 @@ pub enum BufferedEarlyLintId { /// Usage of `?` as a macro separator is deprecated. QuestionMarkMacroSep, IllFormedAttributeInput, - /// Usage of a duplicate macro matcher binding name. - DuplicateMacroMatcherBindingName, } /// Stores buffered lint info which can later be passed to `librustc`. |
