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

Commit 24a50f3

Browse files
committed
ices/99777-2.rs: fixed with errors
=== 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`. ==============
1 parent 145b614 commit 24a50f3

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)