add @has
This commit is contained in:
parent
9a75381f64
commit
94de92ddc7
1 changed files with 2 additions and 0 deletions
|
|
@ -2,4 +2,6 @@
|
|||
#![feature(const_evaluatable_checked, const_generics)]
|
||||
#![allow(incomplete_features)]
|
||||
// make sure that `ConstEvaluatable` predicates dont cause rustdoc to ICE #77647
|
||||
// @has foo/struct.Ice.html '//pre[@class="rust struct"]' \
|
||||
// 'pub struct Ice<const N: usize> where [(); N + 1]: ;'
|
||||
pub struct Ice<const N: usize> where [(); N + 1]:;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue