Closed kennytm closed 10 years ago
I can't reproduce ICE with version 0.10, 0.11.0 or master on http://play.rust-lang.org, or newer master locally.
rustc 0.12.0-pre (1cad4089b 2014-08-26 04:41:10 +0000).
$ uname -smr
Linux 3.16.1-1-ARCH i686
Compiling 711d71027 at the moment... Edit: Yes, I can reproduce with 711d71027, so I assume this is fixed between that and playpen master 6d9b219e6
I can't reproduce this ICE with 5fb2dfaa2.
I think this is a duplicate of #16564, which got fixed in #16616.
@kennytm Could you try using a more recent compiler?
Yes, I've confirmed this is fixed on master.
@japaric That was what rustup.sh gave me this morning. I will try run that again. Thanks!
Maybe the same as #16596 and #16747.
Source code:
The error was:
Whereas the equivalent (?) program:
compiled successfully.