rust/src/libsyntax/parse/parser
Mazdak Farrokhzad d021dba048
Rollup merge of #64342 - glorv:master, r=varkor
factor out pluralisation remains after #64280

there are two case that doesn't not match the original macro pattern at [here](https://github.com/rust-lang/rust/blob/master/src/librustc_lint/unused.rs#L146) and [here](https://github.com/rust-lang/rust/blob/master/src/libsyntax/parse/diagnostics.rs#L539) as the provided param is already a bool or the check condition is not `x != 1`, so I change the macro accept a boolean expr instead of number to fit all the cases.

@Centril  please review

Fixes #64238.
2019-09-21 16:01:26 +02:00
..
expr.rs Rollup merge of #64136 - crgl:doc-from-parser-lhs, r=Centril 2019-09-21 16:01:25 +02:00
generics.rs Resolve attributes in several places 2019-09-09 09:27:15 -03:00
item.rs Give more Idents spans 2019-09-15 09:15:38 +01:00
module.rs Aggregation of cosmetic changes made during work on REPL PRs: libsyntax 2019-09-07 16:29:04 +01:00
pat.rs Resolve attributes in several places 2019-09-09 09:27:15 -03:00
path.rs factor out pluralisation remains after #64280 2019-09-20 00:25:27 +08:00
stmt.rs Apply suggestions from code review 2019-09-07 16:29:04 +01:00
ty.rs factor out pluralisation remains after #64280 2019-09-20 00:25:27 +08:00