]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/blanket-reexport-item.rs
Auto merge of #68661 - nnethercote:rm-unused-read_uleb128-param, r=Mark-Simulacrum
[rust.git] / src / test / rustdoc / blanket-reexport-item.rs
index a1db90d7606d97fdca92fa90b1f7342708694d23..f247ee637b97548e84e97c366ba47bd3e3c86528 100644 (file)
@@ -1,6 +1,6 @@
 #![crate_name = "foo"]
 
-// @has foo/struct.S.html '//h3[@id="impl-Into"]//code' 'impl<T, U> Into for T'
+// @has foo/struct.S.html '//h3[@id="impl-Into%3CU%3E"]//code' 'impl<T, U> Into<U> for T'
 pub struct S2 {}
 mod m {
     pub struct S {}