]> git.lizzy.rs Git - rust.git/blobdiff - tests/rustdoc/wrapping.rs
Rollup merge of #107385 - BoxyUwU:ConstInferUnifier_is_folder, r=compiler-errors
[rust.git] / tests / rustdoc / wrapping.rs
index 8d8221bcdf29342cd9a66fa6c73e392ec87c99df..178b8adc3f04af8f6de30df590a7de6e7499430e 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' '//div[@class="item-decl"]/pre[@class="rust"]' 'pub fn foo() -> impl Debug'
+// @count - '//div[@class="item-decl"]/pre[@class="rust"]/br' 0
 pub fn foo() -> impl Debug {}