mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
add @has
This commit is contained in:
@@ -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]:;
|
||||
|
||||
Reference in New Issue
Block a user