Skip to content

Commit 94de92d

Browse files
committed
add @has
1 parent 9a75381 commit 94de92d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
#![feature(const_evaluatable_checked, const_generics)]
33
#![allow(incomplete_features)]
44
// make sure that `ConstEvaluatable` predicates dont cause rustdoc to ICE #77647
5+
// @has foo/struct.Ice.html '//pre[@class="rust struct"]' \
6+
// 'pub struct Ice<const N: usize> where [(); N + 1]: ;'
57
pub struct Ice<const N: usize> where [(); N + 1]:;

0 commit comments

Comments
 (0)