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

ices/86800.rs: fixed with errors #1198

Closed
wants to merge 1 commit into from
Closed

Commits on Mar 31, 2022

  1. ices/86800.rs: fixed with errors

    === stdout ===
    === stderr ===
    error[E0601]: `main` function not found in crate `86800`
      --> /home/runner/work/glacier/glacier/ices/86800.rs:39:2
       |
    39 | }
       |  ^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/86800.rs`
    
    error: unconstrained opaque type
      --> /home/runner/work/glacier/glacier/ices/86800.rs:19:34
       |
    19 | type TransactionFuture<'__, O> = impl '__ + Future<Output = TransactionResult<O>>;
       |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
       |
       = note: `TransactionFuture` must be used in combination with a concrete type within the same module
    
    error: aborting due to 2 previous errors
    
    For more information about this error, try `rustc --explain E0601`.
    ==============
    rustbot committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    a09e499 View commit details
    Browse the repository at this point in the history