Skip to content

Commit c125e9d

Browse files
authored
Rollup merge of #124326 - klensy:ignore-stage2, r=compiler-errors
tests: remove few ignore-stage2 beta was branched long ago, so can be removed
2 parents b28721f + 21e97a6 commit c125e9d

9 files changed

+13
-21
lines changed

tests/ui/codemap_tests/huge_multispan_highlight.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//@ compile-flags: --error-format=human --color=always
22
//@ ignore-windows
3-
// Temporary until next release:
4-
//@ ignore-stage2
53
fn main() {
64
let _ = match true {
75
true => (

tests/ui/codemap_tests/huge_multispan_highlight.svg

+3-3
Loading
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
//@ check-pass
22
//@ ignore-windows
33
//@ compile-flags: -Cremark=foo --error-format=human --color=always
4-
// Temporary until next release:
5-
//@ ignore-stage2
64
fn main() {}

tests/ui/error-emitter/highlighting.rs

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
//@ compile-flags: --error-format=human --color=always
44
//@ error-pattern:for<'a> 
55
//@ edition:2018
6-
// Temporary until next release:
7-
//@ ignore-stage2
86

97
use core::pin::Pin;
108
use core::future::Future;

tests/ui/error-emitter/highlighting.svg

+2-2
Loading

tests/ui/error-emitter/highlighting.windows.svg

+2-2
Loading

tests/ui/error-emitter/multiline-multipart-suggestion.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
//@ compile-flags: --error-format=human --color=always
22
//@ error-pattern: missing lifetime specifier
3-
// Temporary until next release:
4-
//@ ignore-stage2
53

64
fn short(foo_bar: &Vec<&i32>) -> &i32 {
75
&12

tests/ui/error-emitter/multiline-multipart-suggestion.svg

+3-3
Loading

tests/ui/error-emitter/multiline-multipart-suggestion.windows.svg

+3-3
Loading

0 commit comments

Comments
 (0)