]> git.lizzy.rs Git - rust.git/commit
Warn about more ignored bounds on type aliases
authorRalf Jung <post@ralfj.de>
Mon, 5 Feb 2018 20:20:57 +0000 (21:20 +0100)
committerRalf Jung <post@ralfj.de>
Mon, 5 Feb 2018 20:20:57 +0000 (21:20 +0100)
commit2aae22746e70eea96b0959f6e7b603576e14f3bb
treeefae49d137fc78caa3e0a148e73ad82c4efc88f4
parentc83dd0306215e21ce5f8dab92edcc3ac9795f3da
Warn about more ignored bounds on type aliases
src/librustc_typeck/collect.rs
src/test/compile-fail/dst-bad-assign-3.rs
src/test/compile-fail/private-in-public-warn.rs
src/test/ui/param-bounds-ignored.rs [new file with mode: 0644]
src/test/ui/param-bounds-ignored.stderr [new file with mode: 0644]