Removed FIXME on a line that actually works for some reason...
This commit is contained in:
parent
cc52e412f8
commit
db4408a3ce
1 changed files with 0 additions and 1 deletions
|
|
@ -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>;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue