Skip to content

Commit

Permalink
add @has
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxyUwU committed Jun 12, 2021
1 parent 9a75381 commit 94de92d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/rustdoc/const-generics/const-evaluatable-checked.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]:;

0 comments on commit 94de92d

Please sign in to comment.