diff options
| author | Eric Huss <eric@huss.org> | 2024-11-28 09:47:37 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2024-11-28 14:32:45 -0800 |
| commit | 6005d1c9f792f402afa6e355bf25615d05954a00 (patch) | |
| tree | 1c594a9c8d9ac6f000096a4b0242b8c0ec16a651 /tests/ui/macros/macro-missing-fragment.rs | |
| parent | a2545fd6fc66b4323f555223a860c451885d1d2b (diff) | |
| download | rust-6005d1c9f792f402afa6e355bf25615d05954a00.tar.gz rust-6005d1c9f792f402afa6e355bf25615d05954a00.zip | |
Update more 2024 tests to remove -Zunstable-options
Diffstat (limited to 'tests/ui/macros/macro-missing-fragment.rs')
| -rw-r--r-- | tests/ui/macros/macro-missing-fragment.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/macros/macro-missing-fragment.rs b/tests/ui/macros/macro-missing-fragment.rs index b7da87ae610..42387e8dbbf 100644 --- a/tests/ui/macros/macro-missing-fragment.rs +++ b/tests/ui/macros/macro-missing-fragment.rs @@ -1,7 +1,6 @@ //@ revisions: e2015 e2024 //@[e2015] edition:2015 //@[e2024] edition:2024 -//@[e2024] compile-flags: -Zunstable-options #![warn(missing_fragment_specifier)] |
