]> git.lizzy.rs Git - rust.git/history - tests/ui/infinite_loop.rs
lint: while loop: detect if no var from the condition is mutated
[rust.git] / tests / ui / infinite_loop.rs
2018-03-01 Karim Snjlint: while loop: detect if no var from the condition...
2018-03-01 Karim Snjlint: while immutable condition: refactor to use hir...
2018-02-25 Karim Snjlint: immutable only vars in while condition