]> git.lizzy.rs Git - rust.git/blobdiff - tests/rustdoc/issue-32374.rs
Remove astconv usage in diagnostic
[rust.git] / tests / rustdoc / issue-32374.rs
index 8296d7a81f2b1bc9c49d8d2995e8b030e6a70ca0..1153a745b0bfecfaf6c9667655346943d2711f5e 100644 (file)
@@ -2,9 +2,9 @@
 #![doc(issue_tracker_base_url = "https://issue_url/")]
 #![unstable(feature = "test", issue = "32374")]
 
-// @matches issue_32374/index.html '//*[@class="item-left unstable deprecated"]/span[@class="stab deprecated"]' \
+// @matches issue_32374/index.html '//*[@class="item-left"]/span[@class="stab deprecated"]' \
 //      'Deprecated'
-// @matches issue_32374/index.html '//*[@class="item-left unstable deprecated"]/span[@class="stab unstable"]' \
+// @matches issue_32374/index.html '//*[@class="item-left"]/span[@class="stab unstable"]' \
 //      'Experimental'
 // @matches issue_32374/index.html '//*[@class="item-right docblock-short"]/text()' 'Docs'