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

Commit fef87ee

Browse files
committed
ices/83907.rs: fixed with errors
=== stdout === === stderr === error: free static item without body --> /home/runner/work/glacier/glacier/ices/83907.rs:1:1 | 1 | static STATIC_VAR_FIVE: &One(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- | | | help: provide a definition for the static: `= <expr>;` error[E0412]: cannot find type `One` in this scope --> /home/runner/work/glacier/glacier/ices/83907.rs:1:26 | 1 | static STATIC_VAR_FIVE: &One(); | ^^^ not found in this scope error[E0601]: `main` function not found in crate `83907` --> /home/runner/work/glacier/glacier/ices/83907.rs:1:1 | 1 | static STATIC_VAR_FIVE: &One(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/83907.rs` error: aborting due to 3 previous errors Some errors have detailed explanations: E0412, E0601. For more information about an error, try `rustc --explain E0412`. ==============
1 parent f02ad16 commit fef87ee

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)