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[E0601]: `main` function not found in crate `113610`
--> /home/runner/work/glacier/glacier/ices/113610.rs:3:2
|
3 | }
| ^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/113610.rs`
error[E0790]: cannot call associated function on trait without specifying the corresponding `impl` type
--> /home/runner/work/glacier/glacier/ices/113610.rs:2:29
|
2 | let t = (String::new(), Default::default());
| ^^^^^^^^^^^^^^^^ cannot call associated function of trait
|
help: use a fully-qualified path to a specific available implementation
|
2 | let t = (String::new(), </* self type */ as Default>::default());
| +++++++++++++++++++ +
error: aborting due to 2 previous errors
Some errors have detailed explanations: E0601, E0790.
For more information about an error, try `rustc --explain E0601`.
==============
0 commit comments