You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== 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`.
==============
0 commit comments