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 errors #320

Closed
wants to merge 1 commit into from

Commits on Mar 25, 2020

  1. ices/61936.rs: fixed with errors

    === stdout ===
    === stderr ===
    warning: the feature `const_generics` is incomplete and may cause the compiler to crash
     --> /home/runner/work/glacier/glacier/ices/61936.rs:1:12
      |
    1 | #![feature(const_generics)]
      |            ^^^^^^^^^^^^^^
      |
      = note: `#[warn(incomplete_features)]` on by default
    
    error[E0282]: type annotations needed for `std::vec::Vec<{integer}>`
      --> /home/runner/work/glacier/glacier/ices/61936.rs:40:13
       |
    40 |     let v = vec![100; 0usize];
       |         -   ^^^^^^^^^^^^^^^^^ cannot infer type for struct `std::vec::Vec<{integer}>`
       |         |
       |         consider giving `v` a type
       |
       = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
    
    error: aborting due to previous error
    
    For more information about this error, try `rustc --explain E0282`.
    ==============
    rustbot committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    617eb3b View commit details
    Browse the repository at this point in the history