-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ICE when compiling rocket = { version = "0.5.0-rc.1", features = ["tls"] } on Mac with nightly #95070
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I have a similar issue with Backtrace
|
probably a duplicate of #94998 |
This will be fixed on the next nightly, cc #95020 |
Closing as duplicate |
Thanks. I can confirm (and verified) that the problem is resolved with the new nightly:
|
My problem was also solved by the same fix, by the way. |
Uh oh!
There was an error while loading. Please reload this page.
Minimal example:
History:
1040 cargo new Repro_ICE
1041 cd Repro_ICE
1042 rustup override set nightly
1043 code . # edit cargo.toml and add
1044 cargo run
Code
No code modifications needed, hello world can be used to repro
Meta
rustup run nightly rustc --version
rustc 1.61.0-nightly (58f1179 2022-03-17)
note: rustc 1.61.0-nightly (58f1179 2022-03-17) running on x86_64-apple-darwin
note: compiler flags: --crate-type lib -C embed-bitcode=no -C split-debuginfo=unpacked -C debuginfo=2
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: