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

Commit

Permalink
ices/66906.rs: fixed with no errors
Browse files Browse the repository at this point in the history
=== stdout ===
=== stderr ===
warning: the feature `const_generics` is incomplete and may cause the compiler to crash
 --> /home/runner/work/glacier/glacier/ices/66906.rs:1:12
  |
1 | #![feature(const_generics)]
  |            ^^^^^^^^^^^^^^
  |
  = note: `#[warn(incomplete_features)]` on by default

warning: method is never used: `const_index`
  --> /home/runner/work/glacier/glacier/ices/66906.rs:10:5
   |
10 | /     fn const_index<const I: usize>(_: <Self as ConstInput<I>>::Input)
11 | |     where
12 | |         Self: ConstInput<I>
13 | |     {}
   | |______^
   |
   = note: `#[warn(dead_code)]` on by default

==============
  • Loading branch information
rustbot committed Mar 23, 2020
1 parent cbdfbe4 commit 323c085
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 323c085

Please sign in to comment.