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.
2 parents 6e577e1 + 198777a commit 561e02cCopy full SHA for 561e02c
tests/ui/traits/trait-upcasting/illegal-upcast-to-impl-opaque.rs
@@ -1,12 +1,5 @@
1
//@ revisions: current next
2
//@[next] compile-flags: -Znext-solver
3
-//@[next] failure-status: 101
4
-//@[next] known-bug: unknown
5
-//@[next] normalize-stderr: "note: .*\n\n" -> ""
6
-//@[next] normalize-stderr: "thread 'rustc' panicked.*\n.*\n" -> ""
7
-//@[next] normalize-stderr: "(error: internal compiler error: [^:]+):\d+:\d+: " -> "$1:LL:CC: "
8
-//@[next] normalize-stderr: "delayed at .*" -> ""
9
-//@[next] rustc-env:RUST_BACKTRACE=0
10
//@ check-pass
11
12
trait Super {
0 commit comments