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

ices/74713.rs: fixed with errors #595

Closed
wants to merge 1 commit into from

Commits on Dec 28, 2020

  1. ices/74713.rs: fixed with errors

    === stdout ===
    === stderr ===
    error[E0658]: a non-static lifetime is not allowed in a `const`
     --> /home/runner/work/glacier/glacier/ices/74713.rs:4:17
      |
    4 |         let _: &'a ();
      |                 ^^
      |
      = note: see issue #44580 <rust-lang/rust#44580> for more information
      = help: add `#![feature(const_generics)]` to the crate attributes to enable
    
    error: aborting due to previous error
    
    For more information about this error, try `rustc --explain E0658`.
    ==============
    rustbot committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    ccb18b0 View commit details
    Browse the repository at this point in the history