mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
2142d014ab
In `test_edition_parsing`, change the `build_session_options_and_crate_config` call to `build_session_options`, because the config isn't used. That leaves a single call site for `build_session_options_and_crate_config`, so just inline and remove it.