]> git.lizzy.rs Git - rust.git/blobdiff - tests/rustdoc/lifetime-name.rs
Don't merge vtables when full debuginfo is enabled.
[rust.git] / tests / rustdoc / lifetime-name.rs
index 5d30a745a61a6027e4d3c8dab75fb571baff0717..0fb66059109071885e06a42ac2b60cc12db8f26e 100644 (file)
@@ -1,5 +1,5 @@
 #![crate_name = "foo"]
 
 // @has 'foo/type.Resolutions.html'
-// @has - '//*[@class="rust typedef"]' "pub type Resolutions<'tcx> = &'tcx u8;"
+// @has - '//div[@class="item-decl"]/pre[@class="rust"]' "pub type Resolutions<'tcx> = &'tcx u8;"
 pub type Resolutions<'tcx> = &'tcx u8;