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 ===
warning: the feature `return_position_impl_trait_in_trait` is incomplete and may not be safe to use and/or cause compiler crashes
--> /home/runner/work/glacier/glacier/ices/102140.rs:1:12
|
1 | #![feature(return_position_impl_trait_in_trait)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #91611 <rust-lang/rust#91611> for more information
= note: `#[warn(incomplete_features)]` on by default
error[E0601]: `main` function not found in crate `102140`
--> /home/runner/work/glacier/glacier/ices/102140.rs:23:2
|
23 | }
| ^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/102140.rs`
error[E0277]: the trait bound `&dyn MyTrait: MyTrait` is not satisfied
--> /home/runner/work/glacier/glacier/ices/102140.rs:21:22
|
21 | MyTrait::foo(&self)
| ------------ -^^^^
| | |
| | the trait `MyTrait` is not implemented for `&dyn MyTrait`
| | help: consider removing the leading `&`-reference
| required by a bound introduced by this call
error[E0277]: the trait bound `&dyn MyTrait: MyTrait` is not satisfied
--> /home/runner/work/glacier/glacier/ices/102140.rs:21:9
|
21 | MyTrait::foo(&self)
| ^^^^^^^^^^^^^^^^^^^ the trait `MyTrait` is not implemented for `&dyn MyTrait`
|
= help: the trait `MyTrait` is implemented for `Outer`
error[E0277]: the trait bound `&dyn MyTrait: MyTrait` is not satisfied
--> /home/runner/work/glacier/glacier/ices/102140.rs:21:9
|
21 | MyTrait::foo(&self)
| ^^^^^^^^^^^^ the trait `MyTrait` is not implemented for `&dyn MyTrait`
|
= help: the trait `MyTrait` is implemented for `Outer`
error: aborting due to 4 previous errors; 1 warning emitted
Some errors have detailed explanations: E0277, E0601.
For more information about an error, try `rustc --explain E0277`.
==============
0 commit comments