add FIXME to a test which seems wrong.

This commit is contained in:
lcnr 2023-05-23 18:17:09 +02:00
parent aa13288e22
commit 2a4467da9f

View File

@ -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;