We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6756b commit 589b87fCopy full SHA for 589b87f
tests/ui/track-diagnostics/track.rs
@@ -13,6 +13,11 @@
13
// top of this file are present, then assume all args are present.
14
//@ normalize-stderr: "note: compiler flags: .*-Z ui-testing.*-Z track-diagnostics" -> "note: compiler flags: ... -Z ui-testing ... -Z track-diagnostics"
15
16
+// FIXME: output is different between stage1 and stage2. This should be possible to remove
17
+// when stages get bumped.
18
+// For the grep: cfg(bootstrap)
19
+//@normalize-stderr: "thread 'rustc' panicked" -> "thread 'rustc' ($$TID) panicked"
20
+
21
fn main() {
22
break rust
23
//~^ ERROR cannot find value `rust` in this scope
0 commit comments