Auto merge of #117294 - matthiaskrgr:rollup-xylsec7, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #116834 (Remove `rustc_symbol_mangling/messages.ftl`.) - #117212 (Properly restore snapshot when failing to recover parsing ternary) - #117246 (Fix ICE: Restrict param constraint suggestion) - #117247 (NVPTX: Allow PassMode::Direct for ptx kernels for now) - #117270 (Hide internal methods from documentation) - #117281 (std::thread : add SAFETY comment) - #117287 (fix miri target information for Test step) r? `@ghost` `@rustbot` modify labels: rollup
This commit is contained in:
commit
2f1bd0729b
19 changed files with 299 additions and 214 deletions
|
|
@ -630,7 +630,7 @@ impl Step for Miri {
|
|||
SourceType::InTree,
|
||||
&[],
|
||||
);
|
||||
let _guard = builder.msg_sysroot_tool(Kind::Test, compiler.stage, "miri", host, host);
|
||||
let _guard = builder.msg_sysroot_tool(Kind::Test, compiler.stage, "miri", host, target);
|
||||
|
||||
cargo.add_rustc_lib_path(builder, compiler);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue