We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48a39a commit 56d0f94Copy full SHA for 56d0f94
src/test/rustdoc/stability.rs
@@ -4,7 +4,7 @@
4
5
pub struct Unstable {
6
// @has stability/struct.Unstable.html \
7
- // '//div[@class="item-info"]//div[@class="stab unstable"]' \
+ // '//span[@class="item-info"]//div[@class="stab unstable"]' \
8
// 'This is a nightly-only experimental API'
9
// @count stability/struct.Unstable.html '//span[@class="stab unstable"]' 0
10
pub foo: u32,
0 commit comments