You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ui/deprecation/deprecated_no_stack_check.rs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
//@ normalize-stderr: "you are using [0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+)?( \([0-9a-fA-F]+ [0-9]{4}-[0-9]{2}-[0-9]{2}\))?" -> "you are using $$RUSTC_VERSION"
Copy file name to clipboardExpand all lines: tests/ui/feature-gates/feature-gate-coverage-attribute.rs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,5 @@
1
+
//@ normalize-stderr: "you are using [0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+)?( \([0-9a-fA-F]+ [0-9]{4}-[0-9]{2}-[0-9]{2}\))?" -> "you are using $$RUSTC_VERSION"
2
+
1
3
#![crate_type = "lib"]
2
4
#![feature(no_coverage)]//~ ERROR feature has been removed [E0557]
Copy file name to clipboardExpand all lines: tests/ui/feature-gates/gated-bad-feature.rs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
//@ normalize-stderr: "you are using [0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+)?( \([0-9a-fA-F]+ [0-9]{4}-[0-9]{2}-[0-9]{2}\))?" -> "you are using $$RUSTC_VERSION"
0 commit comments