This commit is contained in:
Ellen 2021-06-12 10:18:51 +01:00
parent 00a5ec1375
commit 9a75381f64

View File

@ -2,4 +2,4 @@
#![feature(const_evaluatable_checked, const_generics)]
#![allow(incomplete_features)]
// make sure that `ConstEvaluatable` predicates dont cause rustdoc to ICE #77647
pub struct Ice<const N: usize> where [(); N + 1]:;
pub struct Ice<const N: usize> where [(); N + 1]:;