allow ReError in CanonicalUserTypeAnnotation#109165
Conversation
|
r? @davidtwco (rustbot has picked a reviewer for you, use r? to override) |
WaffleLapkin
left a comment
There was a problem hiding this comment.
I guess this makes sense, just a small nitpick
There was a problem hiding this comment.
Could this match be exhaustive?
There was a problem hiding this comment.
check-fail is the default mode i think? don't think it's needed
davidtwco
left a comment
There was a problem hiding this comment.
r=me with other comments resolved
a21beb1 to
a42cbdb
Compare
|
@bors r=davidtwco |
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (fadf164): 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)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. |
Why not? we already allow
TyKind::Error.Fixes #109072.