line
This commit is contained in:
parent
00a5ec1375
commit
9a75381f64
@ -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]:;
|
||||
|
Loading…
Reference in New Issue
Block a user