-
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
ICE: 'rustc' panicked at 'assertion failed: concrete_substs.is_normalized_for_trans()' #36381
Comments
This is a regression from stable to stable (1.10 is fine, 1.11 ICE's). Edit: introduced between |
So, as far as I can tell, the problem is that in something like |
There's an interesting comment in
|
discussed at compiler meeting. Needs investigation, may be a dup, assigning to @nikomatsakis for initial investigation |
The ICE goes away if
&str
is changed to()
so it might have something to do with lifetimes.The text was updated successfully, but these errors were encountered: