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

ices/78561.rs: fixed with errors #997

Merged
merged 1 commit into from
Oct 20, 2021
Merged

ices/78561.rs: fixed with errors #997

merged 1 commit into from
Oct 20, 2021

Commits on Oct 20, 2021

  1. ices/78561.rs: fixed with errors

    === stdout ===
    === stderr ===
    error[E0601]: `main` function not found in crate `78561`
      --> /home/runner/work/glacier/glacier/ices/78561.rs:1:1
       |
    1  | / #![feature(type_alias_impl_trait, member_constraints)]
    2  | |
    3  | | pub trait Trait {
    4  | |     type A;
    ...  |
    19 | |     fn f() -> Self::A {}
    20 | | }
       | |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/78561.rs`
    
    error: aborting due to previous error
    
    For more information about this error, try `rustc --explain E0601`.
    ==============
    rustbot committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    0ef3e8c View commit details
    Browse the repository at this point in the history