compiletest: //~ ERROR
should be interpreted as applying to all revisions
#56279
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
Spawned off of https://github.com/rust-lang/rust/pull/56244/files#r236635792
Right now, you have to write explicit
//[rev]~ ERROR
annotations for each revisionrev
in a given test. This is true even when all of the revisions can use identical annotations.We should change
compiletest
so that occurrences of//~ ERROR
are still parsed and are treated as synonymous for a copy of that same annotation for every revision in the// revisions:
set.The text was updated successfully, but these errors were encountered: