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

Commit 1ee6824

Browse files
committed
ices/113610.rs: fixed with errors
=== 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`. ==============
1 parent 13ca236 commit 1ee6824

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)