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

Commit

Permalink
ices/63695.rs: fixed with 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/63695.rs:1:12
  |
1 | #![feature(const_generics)]
  |            ^^^^^^^^^^^^^^
  |
  = note: `#[warn(incomplete_features)]` on by default

error: erroneous constant encountered
 --> /home/runner/work/glacier/glacier/ices/63695.rs:5:43
  |
5 |     fn test<const A: i32>(&self) -> i32 { A }
  |                                           ^

error: aborting due to previous error

==============
  • Loading branch information
rustbot committed Mar 24, 2020
1 parent afb3bbc commit 58be012
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 58be012

Please sign in to comment.