]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/const.rs
Auto merge of #67290 - jonas-schievink:leak-audit, r=KodrAus
[rust.git] / src / test / rustdoc / const.rs
index f3118bb606630851ac304f606f68a78fc9757982..c33db5809cc7c5d685e47d439e66523f7d65a527 100644 (file)
@@ -3,7 +3,7 @@
 pub struct Foo;
 
 impl Foo {
-    // @has const/struct.Foo.html '//*[@id="new.v"]//code' 'const unsafe fn new'
+    // @has const/struct.Foo.html '//code[@id="new.v"]' 'const unsafe fn new'
     pub const unsafe fn new() -> Foo {
         Foo
     }