提交 6f62fae9 编写于 作者: A Alex Crichton

rustbuild: Enable unstable features in rustdoc

This ensures that stable releases produced by rustbuild will succeed in testing
as some of the rustdoc tests use unstable features.
上级 b4b1e5ec
......@@ -299,6 +299,7 @@ fn markdown_test(build: &Build, compiler: &Compiler, markdown: &Path) {
build.add_rust_test_threads(&mut cmd);
cmd.arg("--test");
cmd.arg(markdown);
cmd.env("RUSTC_BOOTSTRAP", "1");
let mut test_args = build.flags.cmd.test_args().join(" ");
if build.config.quiet_tests {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册