mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 04:46:28 +00:00
Lint bare traits in AstConv. Removing the lint from lowering allows to: - make lowering querification easier; - have the lint implementation in only one place. r? `@estebank`