We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a6563 commit 2afe69cCopy full SHA for 2afe69c
src/librustdoc/doctest.rs
@@ -661,7 +661,7 @@ fn run_test(
661
662
let mut compiler_runner =
663
wrapped_rustc_command(&rustdoc_options.test_builder_wrappers, rustc_binary);
664
- compiler_runner.env("RUSTC_BOOTSTRAP=1");
+ compiler_runner.env("RUSTC_BOOTSTRAP", "1");
665
compiler_runner.args(compiler_args);
666
compiler_runner.args(&["--crate-type=bin", "-o"]).arg(&output_file);
667
let mut extern_path = std::ffi::OsString::from(format!(
0 commit comments