rust/src/librustc_lint
bors 8f4c226fc5 Auto merge of #58608 - pnkfelix:warning-period-for-detecting-nested-impl-trait, r=zoxc
Warning period for detecting nested impl trait

Here is some proposed code for making a warning period for the new checking of nested impl trait.

It undoes some of the corrective effects of PR #57730, by using boolean flags to track parts of the analysis that were previously skipped prior to PRs #57730 and #57981 landing.

Cc #57979
2019-03-12 12:09:47 +00:00
..
builtin.rs expand unused doc comment diagnostic 2019-03-08 12:39:50 -05:00
Cargo.toml specify "upper camel case" in style lint 2019-02-13 13:41:32 -05:00
diagnostics.rs librustc_lint => 2018 2019-02-08 20:35:41 +09:00
lib.rs Auto merge of #58608 - pnkfelix:warning-period-for-detecting-nested-impl-trait, r=zoxc 2019-03-12 12:09:47 +00:00
nonstandard_style.rs hir: remove NodeId from PatKind 2019-03-07 12:18:59 +01:00
types.rs hir: remove NodeId from Item 2019-03-02 07:48:52 +01:00
unused.rs hir: remove NodeId from Expr 2019-02-24 17:09:37 +01:00