Skip to content

Disable usage of setrlimit in rustc_driver  #5

Closed
@nielx

Description

@nielx

Since Rust 1.27.0 the compiler uses ​setrlimit to (try to) set the stack size. Haiku does not implement setrlimit for this command (according to the documentation). This leads to an error being displayed each time rustc is invoked.

Although the error is not fatal, it would be nicer not to display it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugupstreamTickets that track the upstreaming of patches

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions