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

ices/93646.rs: fixed with errors #1109

Closed
wants to merge 1 commit into from
Closed

Commits on Feb 7, 2022

  1. ices/93646.rs: fixed with errors

    === stdout ===
    === stderr ===
    error[E0106]: missing lifetime specifier
     --> /home/runner/work/glacier/glacier/ices/93646.rs:2:12
      |
    2 |     let s: &str; s.len()
      |            ^ expected named lifetime parameter
      |
    help: consider introducing a named lifetime parameter
      |
    1 ~ struct X<const 'a, N: usize = {
    2 ~     let s: &'a str; s.len()
      |
    
    error: aborting due to previous error
    
    For more information about this error, try `rustc --explain E0106`.
    ==============
    rustbot committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    756a9fb View commit details
    Browse the repository at this point in the history