mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
232eb698ed
Check for body owner fallibly in error reporting Sometimes the "body id" we use for an obligation cause is not actually a body owner, like when we're doing WF checking on items. Fixes #110157