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

Commit 22109f0

Browse files
committed
ices/73035.rs: fixed with errors
=== stdout === === stderr === error[E0277]: the trait bound `T: Clone` is not satisfied --> /home/runner/work/glacier/glacier/ices/73035.rs:3:13 | 3 | type X<T> = impl Clone; | ^^^^^^^^^^ the trait `Clone` is not implemented for `T` | help: consider restricting type parameter `T` | 3 | type X<T: Clone> = impl Clone; | ^^^^^^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0277`. ==============
1 parent 718f764 commit 22109f0

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)