Skip to content

Commit 3852b4d

Browse files
committed
Fixes missing generic_const_exprs feature label
This was causing an ICE before, now everything runs again! Submitted the bug to the Rust Github issues tracker here: rust-lang/rust#88882
1 parent e924e5d commit 3852b4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bin/test_simple.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![feature(generic_const_exprs)]
2+
13
use lqft::{c64, Action, Boundaries, ColorMat, ColorMatrix, Lattice4ColorMat, PureGaugeAction};
24
use ndarray::Array4;
35

0 commit comments

Comments
 (0)