You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My code has a type error, that's on me, but rustc ICEs while trying to report the error.
This occurs on rustc-beta.5 but not on current Nightly. (Current nightly prints internal compiler error: unprintable span but does not crash, generate a backtrace with RUST_BACKTRACE=1, or exhort me to report the bug.)
Code in question is unmimized, but the input is available here.
This occurs on rustc-beta.5 but not on current Nightly
Bummer. At this state in the game, since it is working on nightly, I'm tempted to close as 'won't fix', since the release is basically all put together, but maybe @brson will feel differently, so I'll leave it open for now.
My code has a type error, that's on me, but
rustc
ICEs while trying to report the error.This occurs on
rustc-beta.5
but not on current Nightly. (Current nightly printsinternal compiler error: unprintable span
but does not crash, generate a backtrace withRUST_BACKTRACE=1
, or exhort me to report the bug.)Code in question is unmimized, but the input is available here.
The text was updated successfully, but these errors were encountered: