We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571337b commit a43171aCopy full SHA for a43171a
src/test/ui/rfc1598-generic-associated-types/shadowing.rs
@@ -13,7 +13,7 @@
13
//FIXME(#44265): The lifetime shadowing and type parameter shadowing
14
// should cause an error. Now it compiles (errorneously) and this will be addressed
15
// by a future PR. Then remove the following:
16
-// must-compile-successfully
+// compile-pass
17
18
trait Shadow<'a> {
19
type Bar<'a>; // Error: shadowed lifetime
0 commit comments