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

ices/61936.rs: fixed with no errors #425

Merged
merged 1 commit into from
Jul 16, 2020
Merged

Commits on Jul 16, 2020

  1. ices/61936.rs: fixed with no errors

    === stdout ===
    === stderr ===
    warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes
     --> /home/runner/work/glacier/glacier/ices/61936.rs:1:12
      |
    1 | #![feature(const_generics)]
      |            ^^^^^^^^^^^^^^
      |
      = note: `#[warn(incomplete_features)]` on by default
      = note: see issue #44580 <rust-lang/rust#44580> for more information
    
    warning: unused variable: `array`
      --> /home/runner/work/glacier/glacier/ices/61936.rs:42:9
       |
    42 |     for array in v.as_slice().array_windows::<{FOUR}>() {
       |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
       |
       = note: `#[warn(unused_variables)]` on by default
    
    warning: 2 warnings emitted
    
    ==============
    rustbot committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    d7dd4d5 View commit details
    Browse the repository at this point in the history