rust/src/librustc_lint
Yuki Okushi f642dc4124
Rollup merge of #66983 - weiznich:bugfix/issue_66295, r=estebank
Fix `unused_parens` triggers on macro by example code

Fix #66295

Unfortunately this does also break [an existing test](4787e97475/src/test/ui/lint/issue-47775-nested-macro-unnecessary-parens-arg.rs (L22)). I'm not sure how to handle that, because that seems to be quite similar to the allowed cases

If this gets accepted it would be great to backport this fix to beta.
2019-12-12 10:09:19 +09:00
..
nonstandard_style Separate librustc_lint module 2019-06-16 14:17:01 +03:00
array_into_iter.rs Add future incompatibility lint for array.into_iter() 2019-11-06 14:43:28 +01:00
builtin.rs Rename to then_some and then 2019-12-06 12:24:54 +00:00
Cargo.toml Move early lint declarations to librustc_session 2019-12-03 12:19:14 -05:00
lib.rs Fixes typo 2019-12-07 14:09:43 -06:00
non_ascii_idents.rs in which the non_ascii_idents lint appears (RFC 2457) 2019-07-06 17:23:17 -07:00
nonstandard_style.rs Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
redundant_semicolon.rs Rename Stmt.node to Stmt.kind 2019-09-26 18:21:10 +01:00
types.rs Rollup merge of #66305 - elichai:2019-11-array_ffi, r=eddyb 2019-11-27 15:28:33 -06:00
unused.rs Apply review suggestions 2019-12-11 10:10:41 +01:00