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

Commit 2a4d745

Browse files
committed
ices/98598.rs: fixed with errors
=== stdout === === stderr === error[E0277]: the trait bound `Bar: Foo` is not satisfied --> /home/runner/work/glacier/glacier/ices/98598.rs:10:19 | 10 | type Output = Bar; | ^^^ the trait `Foo` is not implemented for `Bar` | = help: the trait `Foo` is implemented for `&Bar` note: required by a bound in `Foo::Output` --> /home/runner/work/glacier/glacier/ices/98598.rs:2:18 | 2 | type Output: Foo; | ^^^ required by this bound in `Foo::Output` error[E0283]: type annotations needed --> /home/runner/work/glacier/glacier/ices/98598.rs:13:9 | 13 | Foo::baz(); | ^^^^^^^^ cannot infer type | = note: cannot satisfy `_: Foo` error: aborting due to 2 previous errors Some errors have detailed explanations: E0277, E0283. For more information about an error, try `rustc --explain E0277`. ==============
1 parent 04c7af3 commit 2a4d745

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)