os error 45 on macOS 10.13.4 #55733
Labels
A-incr-comp
Area: Incremental compilation
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
O-macos
Operating system: macOS
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I was just trying to use cargo as per the instructions here:
https://doc.rust-lang.org/book/2018-edition/ch01-03-hello-cargo.html#creating-a-project-with-cargo
and the compiler panicked. This user does not have sudo access, and compiling directly with
rustc
works perfectly.I tried this code:
fn main() { println!("Hello, world!"); }
I expected to see this happen:
Successful compilation.
Instead, this happened:
Meta
rustc 1.30.0 (da5f414c2 2018-10-24) binary: rustc commit-hash: da5f414c2c0bfe5198934493f04c676e2b23ff2e commit-date: 2018-10-24 host: x86_64-apple-darwin release: 1.30.0 LLVM version: 8.0
Backtrace:
The text was updated successfully, but these errors were encountered: