Skip to content

Commit 2afe69c

Browse files
authored
Update doctest.rs
1 parent 30a6563 commit 2afe69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/librustdoc/doctest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ fn run_test(
661661

662662
let mut compiler_runner =
663663
wrapped_rustc_command(&rustdoc_options.test_builder_wrappers, rustc_binary);
664-
compiler_runner.env("RUSTC_BOOTSTRAP=1");
664+
compiler_runner.env("RUSTC_BOOTSTRAP", "1");
665665
compiler_runner.args(compiler_args);
666666
compiler_runner.args(&["--crate-type=bin", "-o"]).arg(&output_file);
667667
let mut extern_path = std::ffi::OsString::from(format!(

0 commit comments

Comments
 (0)