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

Commit

Permalink
ices/86800.rs: fixed with errors
Browse files Browse the repository at this point in the history
=== 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[E0792]: expected generic lifetime parameter, found `'_`
  --> /home/runner/work/glacier/glacier/ices/86800.rs:27:5
   |
19 | type TransactionFuture<'__, O> = impl '__ + Future<Output = TransactionResult<O>>;
   |                        --- this generic parameter must be used with a generic lifetime parameter
...
27 |     f
   |     ^

error: aborting due to 3 previous errors

Some errors have detailed explanations: E0601, E0792.
For more information about an error, try `rustc --explain E0601`.
==============
  • Loading branch information
rustbot committed Jun 12, 2023
1 parent 8b61d18 commit 78f1289
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 78f1289

Please sign in to comment.