Skip to content

Commit

Permalink
Fixes missing generic_const_exprs feature label
Browse files Browse the repository at this point in the history
This was causing an ICE before, now everything runs again! Submitted the bug
to the Rust Github issues tracker here:
rust-lang/rust#88882
  • Loading branch information
gkanwar committed Sep 12, 2021
1 parent e924e5d commit 3852b4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bin/test_simple.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![feature(generic_const_exprs)]

use lqft::{c64, Action, Boundaries, ColorMat, ColorMatrix, Lattice4ColorMat, PureGaugeAction};
use ndarray::Array4;

Expand Down

0 comments on commit 3852b4d

Please sign in to comment.