mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 13:34:38 +00:00
cleanup: Remove outdated comment of `thir_body` When typeck fails, `thir_body` returns `ErrorGuaranteed` rather than empty body. No other code follows this outdated description except `check_unsafety`, which is also cleaned up in this PR.