Closed
Description
Three ui tests fail with 1.70.0 and channel = "stable"
:
[ui] tests/ui/mismatched_types/issue-36053-2.rs
[ui] tests/ui/typeck/issue-31173.rs
[ui] tests/ui/methods/method-not-found-generic-arg-elision.rs
They seem caused by the extra lines like:
= note: the full type name has been written to '$TEST_BUILD_DIR/methods/method-not-found-generic-arg-elision/method-not-found-generic-arg-elision.long-type-9165007450593903927.txt'
Should we suppress the "full type name output" within the test suite, or am I doing something wrong?