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

ices/99777-2.rs: fixed with errors #1373

Merged
merged 1 commit into from
Aug 5, 2022
Merged

Commits on Aug 5, 2022

  1. 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`.
    ==============
    rustbot committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    24a50f3 View commit details
    Browse the repository at this point in the history