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[E0261]: use of undeclared lifetime name `'a`
--> /home/runner/work/glacier/glacier/ices/69136.rs:10:54
|
9 | type Return<A> // 'a is not in scope
| - help: consider introducing lifetime `'a` here: `'a,`
10 | = impl WithAssoc<A, AssocType = impl SomeTrait + 'a>;
| ^^ undeclared lifetime
error[E0277]: the trait bound `(): WithAssoc<()>` is not satisfied
--> /home/runner/work/glacier/glacier/ices/69136.rs:10:7
|
10 | = impl WithAssoc<A, AssocType = impl SomeTrait + 'a>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `WithAssoc<()>` is not implemented for `()`
|
= note: the return type of a function must have a statically known size
error[E0277]: the trait bound `(): WithAssoc<()>` is not satisfied
--> /home/runner/work/glacier/glacier/ices/69136.rs:10:37
|
10 | = impl WithAssoc<A, AssocType = impl SomeTrait + 'a>;
| ^^^^^^^^^^^^^^^^^^^ the trait `WithAssoc<()>` is not implemented for `()`
|
= note: the return type of a function must have a statically known size
error: aborting due to 3 previous errors
Some errors have detailed explanations: E0261, E0277.
For more information about an error, try `rustc --explain E0261`.
==============
0 commit comments