diff options
| author | bors <bors@rust-lang.org> | 2023-01-31 06:25:30 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-01-31 06:25:30 +0000 |
| commit | 7c4a9a971ca6962533bed01ffbd0c1f6b5250abc (patch) | |
| tree | 904e6bf143781822be126e176f256545da3767dd /tests/rustdoc/const-generics/generic_const_exprs.rs | |
| parent | dc3e59cb3fe05ebd752d3a2269f501c00327be22 (diff) | |
| parent | 150340bafdcd48becbe612a0d4d5631efe23621c (diff) | |
Auto merge of #107498 - JohnTitor:rollup-2i6g4uk, r=JohnTitor
Rollup of 8 pull requests Successful merges: - #107245 (Implement unsizing in the new trait solver) - #107445 (Remove `GenFuture` from core) - #107473 (Update books) - #107476 (rustdoc: remove unnecessary wrapper `div.item-decl` from HTML) - #107477 (Migrate last part of CSS themes to CSS variables) - #107479 (Use `ObligationCtxt::new_in_snapshot` in `satisfied_from_param_env`) - #107482 (rustdoc: remove meta keywords from HTML) - #107494 (fix link in std::path::Path::display()) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'tests/rustdoc/const-generics/generic_const_exprs.rs')
| -rw-r--r-- | tests/rustdoc/const-generics/generic_const_exprs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/const-generics/generic_const_exprs.rs b/tests/rustdoc/const-generics/generic_const_exprs.rs index c53cf6dcd05..e23b3006da6 100644 --- a/tests/rustdoc/const-generics/generic_const_exprs.rs +++ b/tests/rustdoc/const-generics/generic_const_exprs.rs @@ -2,6 +2,6 @@ #![feature(generic_const_exprs)] #![allow(incomplete_features)] // make sure that `ConstEvaluatable` predicates dont cause rustdoc to ICE #77647 -// @has foo/struct.Ice.html '//div[@class="item-decl"]/pre[@class="rust"]' \ +// @has foo/struct.Ice.html '//pre[@class="rust item-decl"]' \ // 'pub struct Ice<const N: usize>;' pub struct Ice<const N: usize> where [(); N + 1]:; |
