From 93cd664dc6a4c9880523bb0f451fc7e55c83fc30 Mon Sep 17 00:00:00 2001 From: rustbot Date: Fri, 12 Jan 2024 03:06:10 +0000 Subject: [PATCH] ices/83056.rs: fixed with errors === stdout === === stderr === error[E0412]: cannot find type `DWORD` in this scope --> /home/runner/work/glacier/glacier/ices/83056.rs:2:20 | 2 | ChainEntries: [DWORD; SetFileAttributesW as usize], | ^^^^^ not found in this scope error[E0412]: cannot find type `BOOL` in this scope --> /home/runner/work/glacier/glacier/ices/83056.rs:5:32 | 5 | fn SetFileAttributesW() -> BOOL; | ^^^^ help: a builtin type with a similar name exists: `bool` error[E0601]: `main` function not found in crate `83056` --> /home/runner/work/glacier/glacier/ices/83056.rs:6:2 | 6 | } | ^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/83056.rs` error: aborting due to 3 previous errors Some errors have detailed explanations: E0412, E0601. For more information about an error, try `rustc --explain E0412`. ============== --- {ices => fixed}/83056.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/83056.rs (100%) diff --git a/ices/83056.rs b/fixed/83056.rs similarity index 100% rename from ices/83056.rs rename to fixed/83056.rs