mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
7c6dca9050
Use `assert_matches` around the compiler more It's a useful assertion, especially since it actually prints out the LHS.
rustc_target contains some very low-level details that are
specific to different compilation targets and so forth.
For more information about how rustc works, see the rustc dev guide.