rust/src/librustc_lint
kennytm 1d035f7bcc
Rollup merge of #52302 - ljedrz:dyn_futureproofing, r=cramertj
Deny bare trait objects in the rest of rust

Add `#![deny(bare_trait_objects)]` to all the modules not covered before (those did not require code changes) that I consider applicable (I left out shims) in order to futureproof them.
2018-07-14 02:56:49 +08:00
..
bad_style.rs Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
builtin.rs Whitelist lints 2018-07-05 20:06:33 +02:00
Cargo.toml rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
lib.rs Rollup merge of #52302 - ljedrz:dyn_futureproofing, r=cramertj 2018-07-14 02:56:49 +08:00
types.rs Use ty::Generics instead of hir::Generics for various checks 2018-06-20 12:23:46 +01:00
unused.rs create multiple HIR items for a use statement 2018-06-14 17:47:28 -05:00