rust/src/librustc_lint
Alex Crichton 4df1278c69 rustc: Remove used_mut_nodes from TyCtxt
This updates the borrowck query to return a result, and this result is then used
to incrementally check for unused mutable nodes given sets of all the used
mutable nodes.

Closes #42384
2017-10-14 09:29:02 -07:00
..
bad_style.rs make non_snake_case lint allow extern no-mangle functions 2017-10-01 17:20:06 -07:00
builtin.rs code suggestions for unused-mut, while-true lints; UI test 2017-09-30 11:31:12 -07:00
Cargo.toml rustc: Remove used_mut_nodes from TyCtxt 2017-10-14 09:29:02 -07:00
lib.rs rustc: Remove used_mut_nodes from TyCtxt 2017-10-14 09:29:02 -07:00
types.rs
unused.rs rustc: Remove used_mut_nodes from TyCtxt 2017-10-14 09:29:02 -07:00