-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE: Yet another bug looks like #49470 #49474
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
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
And I can not compiled this yet fn main() -> Result<(), Option<&'static str>> {
Err(None)
} I got that:
|
And this: fn main() -> Result<(), &'static str> {
Err("Fish Leong gave me courage")
} And I got some same notes |
This seems to be indeed a duplication of #48890 (all examples compile fine now), so you can close this. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I'm not sure if the cause of this problem is exactly the same as #49470
and I got that:
The text was updated successfully, but these errors were encountered: