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

Commit b7a144a

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

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)