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

Commit

Permalink
ices/54895.rs: fixed with errors
Browse files Browse the repository at this point in the history
=== stdout ===
=== stderr ===
error[E0277]: `main` has invalid return type `impl Trait<for<'a> 'a, Out = impl ?Sized>`
 --> /home/runner/work/glacier/glacier/ices/54895.rs:7:14
  |
7 | fn main() -> impl for<'a> Trait<'a, Out = impl ?Sized + 'a> {
  |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `main` can only return types that implement `Termination`
  |
  = help: consider using `()`, or a `Result`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0277`.
==============
  • Loading branch information
rustbot committed Feb 9, 2022
1 parent c431092 commit 3f558ec
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 3f558ec

Please sign in to comment.