Skip to content

Commit 2a4467d

Browse files
committed
add FIXME to a test which seems wrong.
1 parent aa13288 commit 2a4467d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ui/type-alias-impl-trait/coherence_generalization.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// check-pass
22

3+
// FIXME(type_alias_impl_trait): What does this test? This needs a comment
4+
// explaining what we're worried about here.
35
#![feature(type_alias_impl_trait)]
46
trait Trait {}
57
type Opaque<T> = impl Sized;

0 commit comments

Comments
 (0)