diff options
| author | bors <bors@rust-lang.org> | 2021-07-25 21:41:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-07-25 21:41:57 +0000 |
| commit | 76a3b609d0b93c5d8da5e4e3db37bd03e5cb1c30 (patch) | |
| tree | cbdb085960c1960f952ed572e1dc9bf497f12146 /src/test/rustdoc/synthetic_auto/overflow.rs | |
| parent | e742158ef5483b9cd756b193402329af3d4ba177 (diff) | |
| download | rust-76a3b609d0b93c5d8da5e4e3db37bd03e5cb1c30.tar.gz rust-76a3b609d0b93c5d8da5e4e3db37bd03e5cb1c30.zip | |
Rustdoc accessibility: use real headers for doc items
Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
Diffstat (limited to 'src/test/rustdoc/synthetic_auto/overflow.rs')
| -rw-r--r-- | src/test/rustdoc/synthetic_auto/overflow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/synthetic_auto/overflow.rs b/src/test/rustdoc/synthetic_auto/overflow.rs index 546b3e07793..c132ab6fb1b 100644 --- a/src/test/rustdoc/synthetic_auto/overflow.rs +++ b/src/test/rustdoc/synthetic_auto/overflow.rs @@ -21,7 +21,7 @@ enum TyData<I: Interner> { struct VariableKind<I: Interner>(I::InternedType); // @has overflow/struct.BoundVarsCollector.html -// @has - '//code' "impl<'tcx> Send for BoundVarsCollector<'tcx>" +// @has - '//h3[@class="code-header in-band"]' "impl<'tcx> Send for BoundVarsCollector<'tcx>" pub struct BoundVarsCollector<'tcx> { val: VariableKind<RustInterner<'tcx>> } |
