From ef67aed5b47b71c074a76762baaab87ecb5560f1 Mon Sep 17 00:00:00 2001 From: rustbot Date: Thu, 16 Mar 2023 03:07:02 +0000 Subject: [PATCH] ices/109129.rs: fixed with errors === stdout === === stderr === error: the `#[proc_macro]` attribute is only usable with crates of the `proc-macro` crate type --> /home/runner/work/glacier/glacier/ices/109129.rs:7:1 | 7 | #[proc_macro] | ^^^^^^^^^^^^^ warning: unused macro definition: `uwu` --> /home/runner/work/glacier/glacier/ices/109129.rs:8:4 | 8 | fn uwu() -> <() as Project>::Assoc {} | ^^^ | = note: `#[warn(unused_macros)]` on by default error[E0601]: `main` function not found in crate `109129` --> /home/runner/work/glacier/glacier/ices/109129.rs:8:38 | 8 | fn uwu() -> <() as Project>::Assoc {} | ^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/109129.rs` error[E0277]: the trait bound `(): Project` is not satisfied --> /home/runner/work/glacier/glacier/ices/109129.rs:8:13 | 8 | fn uwu() -> <() as Project>::Assoc {} | ^^^^^^^^^^^^^^^^^^^^^^ the trait `Project` is not implemented for `()` error: aborting due to 3 previous errors; 1 warning emitted Some errors have detailed explanations: E0277, E0601. For more information about an error, try `rustc --explain E0277`. ============== --- {ices => fixed}/109129.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/109129.rs (100%) diff --git a/ices/109129.rs b/fixed/109129.rs similarity index 100% rename from ices/109129.rs rename to fixed/109129.rs