Update ui tests for warning on colliding aliases

This commit is contained in:
David Tolnay
2024-11-10 22:38:59 -08:00
parent edd6fe954b
commit 111ecc5d8c
4 changed files with 108 additions and 88 deletions
+3 -1
View File
@@ -37,4 +37,6 @@ struct S3 {
b: (),
}
fn main() {}
fn main() {
@//fail
}