We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e64ef5 commit 768b363Copy full SHA for 768b363
src/docbuilder/rustwide_builder.rs
@@ -817,7 +817,7 @@ mod tests {
817
let base = format!("rustdoc/{}/{}", DUMMY_CRATE_NAME, DUMMY_CRATE_VERSION);
818
819
// default target was built
820
- assert!(storage.exists(&format!("{}/{}/index.html", DUMMY_CRATE_NAME, base))?);
+ assert!(storage.exists(&format!("{}/{}/index.html", base, DUMMY_CRATE_NAME))?);
821
822
// other targets too
823
for target in DEFAULT_TARGETS {
0 commit comments