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: unused doc comment
--> /home/runner/work/glacier/glacier/ices/99777-2.rs:2:5
|
2 | #[doc(alias = "test")]
| ^^^^^^^^^^^^^^^^^^^^^^
3 | let num_flags = 0;
| ------------------ rustdoc does not generate documentation for statements
|
= note: `#[warn(unused_doc_comments)]` on by default
= help: use `//` for a plain comment
error[E0601]: `main` function not found in crate `99777_2`
--> /home/runner/work/glacier/glacier/ices/99777-2.rs:4:2
|
4 | }
| ^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/99777-2.rs`
error: `#[doc(alias = "...")]` isn't allowed on statement
--> /home/runner/work/glacier/glacier/ices/99777-2.rs:2:11
|
2 | #[doc(alias = "test")]
| ^^^^^^^^^^^^^^
error: aborting due to 2 previous errors; 1 warning emitted
For more information about this error, try `rustc --explain E0601`.
==============
0 commit comments