Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit b03c6ac

Browse files
committed
ices/74298.rs: fixed with errors
=== stdout === === stderr === error: cannot implement trait on type alias impl trait --> /home/runner/work/glacier/glacier/ices/74298.rs:11:1 | 11 | impl Y for X<()> {} | ^^^^^^^^^^^^^^^^ | note: type alias impl trait defined here --> /home/runner/work/glacier/glacier/ices/74298.rs:3:13 | 3 | type X<T> = impl Sized; | ^^^^^^^^^^ error: cannot implement trait on type alias impl trait --> /home/runner/work/glacier/glacier/ices/74298.rs:12:1 | 12 | impl Y for X<i32> {} | ^^^^^^^^^^^^^^^^^ | note: type alias impl trait defined here --> /home/runner/work/glacier/glacier/ices/74298.rs:3:13 | 3 | type X<T> = impl Sized; | ^^^^^^^^^^ error: aborting due to 2 previous errors ==============
1 parent 2e0a82b commit b03c6ac

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)