Skip to content

Commit 9a75381

Browse files
committed
line
1 parent 00a5ec1 commit 9a75381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rustdoc/const-generics/const-evaluatable-checked.rs

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

0 commit comments

Comments
 (0)