diff options
| author | Arlie Davis <ardavis@microsoft.com> | 2023-11-21 14:24:23 -0800 |
|---|---|---|
| committer | Arlie Davis <ardavis@microsoft.com> | 2023-11-21 14:24:23 -0800 |
| commit | 9429d68842a90fec21b5bed7419840bd86baaeab (patch) | |
| tree | 7ba139c7f8ce2d7f726a4ab30c8e609cb1ff8eac /tests/codegen | |
| parent | d582f1092b524ed8aff86193928a1c7f871b11cf (diff) | |
| download | rust-9429d68842a90fec21b5bed7419840bd86baaeab.tar.gz rust-9429d68842a90fec21b5bed7419840bd86baaeab.zip | |
convert ehcont-guard to an unstable option
Diffstat (limited to 'tests/codegen')
| -rw-r--r-- | tests/codegen/ehcontguard_enabled.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/ehcontguard_enabled.rs b/tests/codegen/ehcontguard_enabled.rs index 5e7ea90940e..03aaa342b96 100644 --- a/tests/codegen/ehcontguard_enabled.rs +++ b/tests/codegen/ehcontguard_enabled.rs @@ -1,4 +1,4 @@ -// compile-flags: -C ehcont_guard +// compile-flags: -Z ehcont-guard #![crate_type = "lib"] |
