rust/compiler/rustc_trait_selection
Michael Goulet 2eef516b30
Rollup merge of #107023 - scottmcm:stop-shouting, r=Nilstrieb
Stop using `BREAK` & `CONTINUE` in compiler

Switching them to `Break(())` and `Continue(())` instead.

Entirely search-and-replace, though there's one spot where rustfmt insisted on a reformatting too.

libs-api would like to remove these constants (https://github.com/rust-lang/rust/pull/102697#issuecomment-1385705202), so stop using them in compiler to make the removal PR later smaller.
2023-01-18 18:00:30 -05:00
..
src Rollup merge of #107023 - scottmcm:stop-shouting, r=Nilstrieb 2023-01-18 18:00:30 -05:00
Cargo.toml update cache 2023-01-18 08:09:01 +01:00