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

ices/101940.rs: fixed with errors #1445

Merged
merged 1 commit into from
Oct 15, 2022
Merged

ices/101940.rs: fixed with errors #1445

merged 1 commit into from
Oct 15, 2022

Commits on Oct 15, 2022

  1. ices/101940.rs: fixed with errors

    === stdout ===
    === stderr ===
    error[E0658]: `impl Trait` in type aliases is unstable
     --> /home/runner/work/glacier/glacier/ices/101940.rs:8:20
      |
    8 |     type Fut<'a> = impl ::std::future::Future + 'a
      |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      |
      = note: see issue #63063 <rust-lang/rust#63063> for more information
      = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable
    
    error: aborting due to previous error
    
    For more information about this error, try `rustc --explain E0658`.
    ==============
    rustbot committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    7f1e26a View commit details
    Browse the repository at this point in the history