mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
10b1739588
store a copy of the Issue32230 info within TypeError The data can't be looked up from the region variable directly, because the region variable might have been destroyed at the end of a snapshot. Fixes #40000. Fixes #40743. beta-nominating because regression. r? @nikomatsakis