Example: ui/parser/if-in-in.rs.
The test has errors and has corresponding .stderr file, but has no //~ ERROR annotations and it still passes.
This should not happen, //~ ERROR and //~ WARN annotations must be mandatory even if none of them are written in the test yet.
Example:
ui/parser/if-in-in.rs.The test has errors and has corresponding
.stderrfile, but has no//~ ERRORannotations and it still passes.This should not happen,
//~ ERRORand//~ WARNannotations must be mandatory even if none of them are written in the test yet.