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

ices/74280.rs: fixed with errors #688

Closed
wants to merge 1 commit into from

Commits on Mar 17, 2021

  1. ices/74280.rs: fixed with errors

    === stdout ===
    === stderr ===
    error[E0658]: `impl Trait` in type aliases is unstable
     --> /home/runner/work/glacier/glacier/ices/74280.rs:3:13
      |
    3 | type Test = impl Copy;
      |             ^^^^^^^^^
      |
      = note: see issue #63063 <rust-lang/rust#63063> for more information
      = help: add `#![feature(min_type_alias_impl_trait)]` to the crate attributes to enable
    
    warning: the feature `type_alias_impl_trait` is incomplete and may not be safe to use and/or cause compiler crashes
     --> /home/runner/work/glacier/glacier/ices/74280.rs:1:12
      |
    1 | #![feature(type_alias_impl_trait)]
      |            ^^^^^^^^^^^^^^^^^^^^^
      |
      = note: `#[warn(incomplete_features)]` on by default
      = note: see issue #63063 <rust-lang/rust#63063> for more information
    
    error: aborting due to previous error; 1 warning emitted
    
    For more information about this error, try `rustc --explain E0658`.
    ==============
    rustbot committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    763fc13 View commit details
    Browse the repository at this point in the history