Removed FIXME on a line that actually works for some reason...

This commit is contained in:
Sunjay Varma 2017-11-25 23:23:04 -05:00
parent cc52e412f8
commit db4408a3ce

View file

@ -14,7 +14,6 @@
#![feature(generic_associated_types)]
impl<T> Baz for T where T: Foo {
//FIXME(sunjay): This should parse successfully
type Quux<'a> = <T as Foo>::Bar<'a, 'static>;
}