rust/src/test
bors 462fc37fa8 Auto merge of #68298 - Mark-Simulacrum:binary-depdep-fix, r=petrochenkov
Avoid declaring a fake dependency edge

When we're producing an rlib, we do not need anything more than an rmeta file
for each of our dependencies (this is indeed utilized by Cargo for pipelining).
Previously, we were still storing the paths of possible rlib/dylib crates, which
meant that they could still plausibly be accessed. With -Zbinary-dep-depinfo,
that meant that Cargo thought that rustc was using both the rlib and an (earlier
emitted) rmeta, and so needed a recompile, as the rlib may have finished writing
*after* compilation started (for more detail, see issue 68149).

This commit changes metadata loading to not store the filepaths of dylib/rlib if
we're going to end up creating an rlib only.

Fixes #68149.
2020-01-23 03:48:07 +00:00
..
assembly
auxiliary
codegen Mark __msan_keep_going as an exported symbol for LTO 2020-01-21 00:00:00 +00:00
codegen-units
compile-fail
debuginfo
incremental
mir-opt Rollup merge of #68335 - RalfJung:drop-in-place, r=Mark-Simulacrum 2020-01-20 11:14:46 +05:30
pretty
run-fail
run-make Do not use Cortex-M0 since Qemu is too old 2020-01-21 19:01:56 +01:00
run-make-fulldeps Add regression test for #64319 back in. 2020-01-20 12:00:43 +01:00
run-pass-valgrind
rustdoc Auto merge of #68192 - GuillaumeGomez:remove-inlined-types, r=kinnison 2020-01-22 18:04:56 +00:00
rustdoc-js
rustdoc-js-std
rustdoc-ui Rollup merge of #68357 - ollie27:rustdoc_test_errors, r=GuillaumeGomez 2020-01-20 11:14:49 +05:30
rustfix
ui Auto merge of #68298 - Mark-Simulacrum:binary-depdep-fix, r=petrochenkov 2020-01-23 03:48:07 +00:00
ui-fulldeps
COMPILER_TESTS.md