]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/consts/issue-37550.rs
Rollup merge of #98609 - TaKO8Ki:fix-ice-for-associated-constant-generics, r=lcnr
[rust.git] / src / test / ui / consts / issue-37550.rs
index 15877c53747ec0a3171a7ee2159d069ffcdfdf4c..724eb28291ebc82b9f5ae650379a52e65c953eda 100644 (file)
@@ -2,8 +2,6 @@
 #![allow(dead_code)]
 #![allow(unused_variables)]
 
-#![feature(const_fn_fn_ptr_basics)]
-
 const fn x() {
     let t = true;
     let x = || t;