diff options
| author | Michael Goulet <michael@errs.io> | 2023-01-18 18:00:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-18 18:00:30 -0500 |
| commit | 2eef516b307a18cab7a0a35698c977b79e3e17aa (patch) | |
| tree | 37419eb0ae3e64a008bddfae777a32b0d7075ed5 /compiler/rustc_interface/src/errors.rs | |
| parent | cf5068bd623a68cf8d190159574839c35197cb06 (diff) | |
| parent | 7d57685682778900cb3b8d57605a143d402b8d0c (diff) | |
| download | rust-2eef516b307a18cab7a0a35698c977b79e3e17aa.tar.gz rust-2eef516b307a18cab7a0a35698c977b79e3e17aa.zip | |
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.
Diffstat (limited to 'compiler/rustc_interface/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
