Uh oh!
There was an error while loading. Please reload this page.
Introduce ReError - #107652
Conversation
There was a problem hiding this comment.
We want to hide this error
There was a problem hiding this comment.
I've looked at this and it seems that Self::f2 doesn't seem to get around to influencing the lifetime requirements from Self::g, let's follow up on this in a subsequent PR.
Uh oh!
There was an error while loading. Please reload this page.
cc @rust-lang/types who might have opinions about this approach. I think making |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ef4d70f to
349156eCompare
oli-obk
left a comment
There was a problem hiding this comment.
we may want to make FlagComputation::add_region also set the error flag for error regions, but that may cause additional diagnostics changes, so maybe do it in a follow up 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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
we may want to carry an ErrorGuaranteed through ErrorValue in the future, doesn't have to be this PR tho
There was a problem hiding this comment.
I started doing this and realized that where we construct the ErrorValue we don't have easy access to ErrorGuaranteed, so I'll leave this as follow up work, as suggested.
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
Feb 8, 2023
r? @oli-obk |
oli-obk
commented
Feb 9, 2023
@bors r+ |
bors
commented
Feb 9, 2023
bors
commented
Feb 10, 2023
bors
commented
Feb 10, 2023
☀️ Test successful - checks-actions |
rust-timer
commented
Feb 10, 2023
Finished benchmarking commit (d1ac43a): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
|
CC #69314
r? @nagisa