Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 53bc38b

Browse files
authoredNov 29, 2024
Rollup merge of #133584 - ehuss:more-2024-unstable-options, r=compiler-errors
Update more 2024 tests to remove -Zunstable-options This removes `-Zunsable-options` from more tests that I missed in #133349.
2 parents fbad22e + 6005d1c commit 53bc38b

File tree

77 files changed

+136
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+136
-177
lines changed
 

‎tests/rustdoc-ui/doctest/doctest-output-include-fail.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ edition:2024
2-
//@ compile-flags:--test --test-args=--test-threads=1 -Z unstable-options
2+
//@ compile-flags:--test --test-args=--test-threads=1
33
//@ normalize-stdout-test: "tests/rustdoc-ui/doctest" -> "$$DIR"
44
//@ normalize-stdout-test: "finished in \d+\.\d+s" -> "finished in $$TIME"
55
//@ failure-status: 101

‎tests/rustdoc-ui/doctest/doctest-output.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//@[edition2015]compile-flags:--test --test-args=--test-threads=1
55
//@[edition2024]edition:2015
66
//@[edition2024]aux-build:extern_macros.rs
7-
//@[edition2024]compile-flags:--test --test-args=--test-threads=1 -Z unstable-options
7+
//@[edition2024]compile-flags:--test --test-args=--test-threads=1
88
//@ normalize-stdout-test: "tests/rustdoc-ui/doctest" -> "$$DIR"
99
//@ normalize-stdout-test: "finished in \d+\.\d+s" -> "finished in $$TIME"
1010
//@ check-pass

0 commit comments

Comments
 (0)
Please sign in to comment.