Skip to content

Commit a43171a

Browse files
committed
Update tests to use compile-pass
1 parent 571337b commit a43171a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/rfc1598-generic-associated-types/shadowing.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//FIXME(#44265): The lifetime shadowing and type parameter shadowing
1414
// should cause an error. Now it compiles (errorneously) and this will be addressed
1515
// by a future PR. Then remove the following:
16-
// must-compile-successfully
16+
// compile-pass
1717

1818
trait Shadow<'a> {
1919
type Bar<'a>; // Error: shadowed lifetime

0 commit comments

Comments
 (0)