We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f63cd commit d85fd93Copy full SHA for d85fd93
tests/testsuite/rustdoc_extern_html.rs
@@ -363,7 +363,7 @@ fn rebuilds_when_changing() {
363
p.cargo("doc -v --no-deps -Zrustdoc-map")
364
.masquerade_as_nightly_cargo()
365
.with_stderr_contains(
366
- "[RUNNING] `rustdoc [..]--extern-html-root-url 'bar=https://example.com/bar/1.0.0/[..]' [..]",
+ "[RUNNING] `rustdoc [..]--extern-html-root-url [..]bar=https://example.com/bar/1.0.0/[..]",
367
)
368
.run();
369
}
0 commit comments