enabled generic const exprs

master
elfeiin 2024-04-27 22:10:56 -07:00
parent 692f8334fc
commit d5fc88e161
Signed by: elfein
GPG Key ID: A53FDD4FD091A276
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![feature(generic_const_exprs)]
use std::{
f64::consts::PI,
f64::consts::TAU,