]> git.lizzy.rs Git - rust.git/commit
Prohibit parenthesized params in bounds etc.
authorMasaki Hara <ackie.h.gmai@gmail.com>
Mon, 15 May 2017 06:21:01 +0000 (15:21 +0900)
committerMasaki Hara <ackie.h.gmai@gmail.com>
Mon, 15 May 2017 06:21:01 +0000 (15:21 +0900)
commit2a20073c9430ff433b7863bc9ffc1b36177d2ab4
tree6a76bee7bce9793641666ad19fa0fc5344146d2e
parent63ecd6aa0f2c8a6807528d8bdf5eb30211b3fcd4
Prohibit parenthesized params in bounds etc.
src/librustc_typeck/astconv.rs
src/librustc_typeck/check/mod.rs
src/test/compile-fail/issue-32995-2.rs [new file with mode: 0644]
src/test/compile-fail/issue-32995.rs