]> git.lizzy.rs Git - rust.git/commit
rustc: Fix an ICE with box-placement syntax
authorAlex Crichton <alex@alexcrichton.com>
Wed, 21 May 2014 05:39:14 +0000 (22:39 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 21 May 2014 16:16:14 +0000 (09:16 -0700)
commit0d4b840523824252be67d191cc0945c5713ea47c
tree1a58a0abc07b8d73b1b754e356a99a4900f10a9e
parenta016aa2405470f40c3f92a6decae630c883b25d1
rustc: Fix an ICE with box-placement syntax

Closes #14084
src/librustc/middle/typeck/check/mod.rs
src/test/compile-fail/issue-14084.rs [new file with mode: 0644]