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

ices/87877.rs: fixed with errors #898

Merged
merged 1 commit into from
Aug 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ices/87877.rs: fixed with errors
=== stdout ===
=== stderr ===
error[E0601]: `main` function not found in crate `87877`
  --> /home/runner/work/glacier/glacier/ices/87877.rs:1:1
   |
1  | / macro_rules! two_items {() => (
2  | |     extern {}
3  | |     extern {}
4  | | )}
...  |
9  | |     single_item_funneler! { two_items! {} }
10 | | }
   | |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/87877.rs`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0601`.
==============
  • Loading branch information
rustbot committed Aug 14, 2021
commit a2bb28f47d9f821334334c8f83c5863ad7306858
File renamed without changes.