diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2021-11-25 15:05:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-25 15:05:40 +0100 |
| commit | 984e6444324d45b3f0f41ff9aeac8ab999076d97 (patch) | |
| tree | 4485840e883dc21c7fbce36616fe93fdca6da2f0 /compiler/rustc_interface/src | |
| parent | 5fff1d77e75762d9fe581735779e9c1caef8224f (diff) | |
| parent | f0b990a8f9992cea0220e7cf64c5d7b891296bf1 (diff) | |
| download | rust-984e6444324d45b3f0f41ff9aeac8ab999076d97.tar.gz rust-984e6444324d45b3f0f41ff9aeac8ab999076d97.zip | |
Rollup merge of #91185 - camelid:rm-force-overflow-checks, r=wesleywiser
Remove `-Z force-overflow-checks` It was replaced several years ago by the stable option `-C overflow-checks`. The goal was to delete the `-Z` flag once users had migrated [1]. Now that it's been several years, it makes sense to delete the old flag. See also the discussion on Zulip [2]. [1]: https://github.com/rust-lang/rust/issues/33134#issuecomment-280484097 [2]: https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/overflow.20checks/near/262497224 r? ```@wesleywiser``` cc ```@RalfJung```
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 24d4b050421..6147311af61 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -726,7 +726,6 @@ fn test_debugging_options_tracking_hash() { tracked!(dep_info_omit_d_target, true); tracked!(dual_proc_macros, true); tracked!(fewer_names, Some(true)); - tracked!(force_overflow_checks, Some(true)); tracked!(force_unstable_if_unmarked, true); tracked!(fuel, Some(("abc".to_string(), 99))); tracked!(function_sections, Some(false)); |
