Uh oh!
There was an error while loading. Please reload this page.
Continue evaluating after item-type checking - #60126
Conversation
There was a problem hiding this comment.
This note doesn't seem like something the user would understand... :)
There was a problem hiding this comment.
It doesn't. There hard error removal is causing some spurious and duplicated errors that I want to hide, but for now I want to put these changes out asap so that's we can capture any lurking ICEs.
There was a problem hiding this comment.
we have a lot of cycle errors without comprehensible diagnostics. This is something that needs to be addressed in general and is not specific to this PR
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
we have a lot of cycle errors without comprehensible diagnostics. This is something that needs to be addressed in general and is not specific to this PR
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
oli-obk
commented
Apr 20, 2019
Just some nits. This is definitely a great improvement, the two problems discovered are preexisting and should be addressed independently. Please open issues about them. r=me with the above |
estebank
commented
Apr 22, 2019
@bors r=oli-obk |
bors
commented
Apr 22, 2019
📌 Commit 2dc5d52 has been approved by |
bors
commented
Apr 22, 2019
bors
commented
Apr 23, 2019
☀️ Test successful - checks-travis, status-appveyor |
Fixrust-lang#69602, introduced in rust-lang#60126 by letting the compiler continue past type checking after encountering errors.
`delay_span_bug` when codegen cannot select obligation Fixrust-lang#69602, introduced in rust-lang#60126 by letting the compiler continue past type checking after encountering errors.
`delay_span_bug` when codegen cannot select obligation Fixrust-lang#69602, introduced in rust-lang#60126 by letting the compiler continue past type checking after encountering errors.
Fix#30999.
r? @oli-obk