mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
A variety of tests around reachability. These tests in general check two things:
- that we get unreachable code warnings in reasonable locations;
- that we permit coercions into
!from expressions which diverge, where an expression "diverges" if it must execute some subexpression of type!, or it has type!itself.