add FIXME to a test which seems wrong.
This commit is contained in:
parent
aa13288e22
commit
2a4467da9f
@ -1,5 +1,7 @@
|
||||
// check-pass
|
||||
|
||||
// FIXME(type_alias_impl_trait): What does this test? This needs a comment
|
||||
// explaining what we're worried about here.
|
||||
#![feature(type_alias_impl_trait)]
|
||||
trait Trait {}
|
||||
type Opaque<T> = impl Sized;
|
||||
|
Loading…
x
Reference in New Issue
Block a user