-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Compiler panicked: Ty::fn_sig() called on non-fn type: [type error] #41880
Comments
Stack trace:
(There is no ICE with |
@palango You can get backtrace on playpen here: |
frewsxcv
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Jun 4, 2017
Looks like this has been fixed recently https://is.gd/e2N6g7 |
topecongiro
added a commit
to topecongiro/rust
that referenced
this issue
Dec 30, 2017
Closes rust-lang#29924. Closes rust-lang#38857. Closes rust-lang#39665. Closes rust-lang#39872. Closes rust-lang#39553. Closes rust-lang#41210. Closes rust-lang#41880. Closes rust-lang#43483.
bors
added a commit
that referenced
this issue
Dec 31, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was playing around with some code which can be found here and is attached below.
When I click on
Mir
output I get the following output:I don't have a rust installation locally right now, so I cannot create the backtrace. I'll add it later today.
The code which triggers this:
The text was updated successfully, but these errors were encountered: