This repository has been archived by the owner on May 23, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
=== 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