Skip to content

Commit db4408a

Browse files
committed
Removed FIXME on a line that actually works for some reason...
1 parent cc52e41 commit db4408a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/ui/rfc1598-generic-associated-types/parse/in-trait-impl.rs

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#![feature(generic_associated_types)]
1515

1616
impl<T> Baz for T where T: Foo {
17-
//FIXME(sunjay): This should parse successfully
1817
type Quux<'a> = <T as Foo>::Bar<'a, 'static>;
1918
}
2019

0 commit comments

Comments
 (0)