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

ices/83056.rs: fixed with errors #1709

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 12, 2024

  1. 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`.
    ==============
    rustbot committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    93cd664 View commit details
    Browse the repository at this point in the history