]> git.lizzy.rs Git - rust.git/blobdiff - tests/rustdoc/wrapping.rs
Auto merge of #107498 - JohnTitor:rollup-2i6g4uk, r=JohnTitor
[rust.git] / tests / rustdoc / wrapping.rs
index 8d8221bcdf29342cd9a66fa6c73e392ec87c99df..dd5c700329f14eafa5d2c3519f1fbd7f0a451589 100644 (file)
@@ -1,5 +1,5 @@
 use std::fmt::Debug;
 
-// @has 'wrapping/fn.foo.html' '//pre[@class="rust fn"]' 'pub fn foo() -> impl Debug'
-// @count - '//pre[@class="rust fn"]/br' 0
+// @has 'wrapping/fn.foo.html' '//pre[@class="rust item-decl"]' 'pub fn foo() -> impl Debug'
+// @count - '//pre[@class="rust item-decl"]/br' 0
 pub fn foo() -> impl Debug {}