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
Auto merge of rust-lang#118970 - aliemjay:rollup-or33al2, r=aliemjay
Rollup of 2 pull requests
Successful merges:
- rust-lang#118927 (Erase late bound regions from `Instance::fn_sig()` and add a few more details to StableMIR APIs)
- rust-lang#118964 (Opportunistically resolve region var in canonicalizer (instead of resolving root var))
r? `@ghost`
`@rustbot` modify labels: rollup
format!("attempt to resume a generator after completion")
284
-
}
285
-
AssertMessage::ResumedAfterPanic(_) => format!("attempt to resume a panicked generator"),
286
283
AssertMessage::MisalignedPointerDereference{ required, found } => {
287
284
let pretty_required = pretty_operand(required);
288
285
let pretty_found = pretty_operand(found);
289
286
pretty.push_str(format!("\"misaligned pointer dereference: address must be a multiple of {{}} but is {{}}\",{pretty_required}, {pretty_found}").as_str());
0 commit comments