-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.19.0 and nightly ICE: panicked at 'called Option::unwrap()
on a None
value', /checkout/src/libcore/option.rs:335:20
#43925
Comments
Please rerun as: RUST_BACKTRACE=1 rustc-nightly tmp.rs to show the backtrace. |
backtrace:
|
arielb1
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Aug 17, 2017
Just some unwrap-happy parsing code at rust/src/librustc_metadata/creader.rs Lines 1212 to 1221 in dd39ecf
cfg(foo) ).
|
topecongiro
added a commit
to topecongiro/rust
that referenced
this issue
Jan 12, 2018
kennytm
added a commit
to kennytm/rust
that referenced
this issue
Jan 15, 2018
…hton Avoid panicking when invalid argument is passed to cfg(..) Closes rust-lang#43925. Closes rust-lang#43926.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: