]> git.lizzy.rs Git - rust.git/commit
add lint to detect ignored generic bounds; this subsumes the previous 'generic bounds...
authorRalf Jung <post@ralfj.de>
Sun, 18 Feb 2018 18:40:35 +0000 (19:40 +0100)
committerRalf Jung <post@ralfj.de>
Tue, 27 Feb 2018 12:16:30 +0000 (13:16 +0100)
commit86821f7fb6afbbfebd2d7b0a681d14c4cf6a578e
tree3e83776e9eb72d7f23e33d54da7d0db91a89235f
parentd1ed6cce6ca875b3902f34c9979cf75afa403fed
add lint to detect ignored generic bounds; this subsumes the previous 'generic bounds in type aliases are ignored' warning
src/librustc_lint/builtin.rs
src/librustc_lint/lib.rs
src/librustc_typeck/collect.rs
src/librustc_typeck/diagnostics.rs
src/libsyntax/ast.rs
src/test/ui/param-bounds-ignored.rs
src/test/ui/param-bounds-ignored.stderr