add FIXME to a test which seems wrong.
This commit is contained in:
parent
aa13288e22
commit
2a4467da9f
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue