Error patterns in UI tests do not allow normalized placeholders #90116
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
For example, consider this test code:
rust/src/test/ui/symbol-names/const-generics-str-demangling.rs
Lines 38 to 42 in efd0483
After normalization of this to read
one must truncate the entire annotation, or the test will fail, even if the correct, normalized output is in the
.stderr
file.See the discussion in #89836 (comment).
The text was updated successfully, but these errors were encountered: