Skip to content

rust on mac broken ? #23050

Closed
Closed
@lowks

Description

@lowks

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

No one assigned

    Labels

    A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.O-macosOperating system: macOS

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions