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

Commit

Permalink
ices/84408.rs: fixed with errors (#729)
Browse files Browse the repository at this point in the history
=== stdout ===
=== stderr ===
error[E0601]: `main` function not found in crate `84408`
  --> /home/runner/work/glacier/glacier/ices/84408.rs:1:1
   |
1  | / #![feature(const_generics, const_evaluatable_checked)]
2  | | #![allow(incomplete_features)]
3  | |
4  | | trait Melon<const X: usize> {
...  |
30 | |     }
31 | | }
   | |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/84408.rs`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0601`.
==============

Co-authored-by: rustbot <rustbot@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and rustbot authored Apr 26, 2021
1 parent 5c70b0d commit c7089e0
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit c7089e0

Please sign in to comment.