Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Jun 23, 2024
1 parent 690706b commit 401a61d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/docbuilder/rustwide_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1374,10 +1374,12 @@ mod tests {
#[ignore]
fn test_sources_are_added_even_for_build_failures_before_build() {
wrapper(|env| {
// https://github.com/rust-lang/docs.rs/issues/2491
// package without Cargo.toml, so fails directly in the fetch stage.
let crate_ = "emheap";
let version = "0.1.0";
// https://github.com/rust-lang/docs.rs/issues/2523
// package with invalid cargo metadata.
// Will succeed in the crate fetch step, so sources are
// added. Will fail when we try to build.
let crate_ = "simconnect-sys";
let version = "0.23.1";
let mut builder = RustwideBuilder::init(env).unwrap();
builder.update_toolchain()?;

Expand Down

0 comments on commit 401a61d

Please sign in to comment.