-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.O-macosOperating system: macOSOperating system: macOS
Description
I have installed the latest release nightly build:
➜ rusti git:(master) ✗ rustc --version
rustc 1.0.0-nightly (fed12499e 2015-03-03) (built 2015-03-03)
and this is the error I get:
rusti=> let xs: [i32; 5] = [1, 2, 3, 4, 5];
<anon>:13:5: 13:7 warning: unused variable: `xs`, #[warn(unused_variables)] on by default
<anon>:13 let xs: [i32; 5] = [1, 2, 3, 4, 5];
^~
LLVM ERROR: Program used external function '___morestack_addr' which could not be resolved!
An unknown error occurred
To learn more, run the command again with --verbose.
It has been like this since the previously nightly release.
Metadata
Metadata
Assignees
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.O-macosOperating system: macOSOperating system: macOS