We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe4fec commit ba11dc7Copy full SHA for ba11dc7
src/test/rustdoc/check-source-code-urls-to-def.rs
@@ -26,7 +26,7 @@ impl Foo {
26
27
fn babar() {}
28
29
-// @has - '//a[@href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html"]' 'String'
+// @has - '//a/@href' '/struct.String.html'
30
// @count - '//a[@href="../../src/foo/check-source-code-urls-to-def.rs.html#21"]' 5
31
// @has - '//a[@href="../../source_code/struct.SourceCode.html"]' 'source_code::SourceCode'
32
pub fn foo(a: u32, b: &str, c: String, d: Foo, e: bar::Bar, f: source_code::SourceCode) {
0 commit comments