-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too long int type compiler error #5907
Comments
I think this is fixed in incoming. (It was issue #5544.) |
On my Max OX 10.8.3 with XCode 4.6.2 and use brew install rust . rustc -v |
@resoluteclaimed : It seems brew installs the official 0.6 release. This bug was fixed after that release. To get the fix to this problem, you'll either have to download and compile a newer version from source, or wait until the 0.7 release. |
@Thiez yes ,Thanks for help |
…=flip1995 appreciative too_large_for_stack in useless `vec!` Fixes: rust-lang#5847 changelog: Add `too_large_for_stack ` configuration option for `USELESS_VEC`
RUST_LOG=rustc=1,::rt::backtrace rustc i.rs
rust: task failed at 'option::get none', /private/tmp/rust-kRyo/rust-0.6/src/libcore/option.rs:324
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug
note: try running with RUST_LOG=rustc=1,::rt::backtrace to get further details and report the results to github.com/mozilla/rust/issues
rust: task failed at 'explicit failure', /private/tmp/rust-kRyo/rust-0.6/src/librustc/rustc.rc:357
rust: domain main @0x7fa163814e10 root task failed
The text was updated successfully, but these errors were encountered: