about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-04-26 21:02:35 +0200
committerGitHub <noreply@github.com>2020-04-26 21:02:35 +0200
commit4199ef14d7fdea2f8c2d9ebb418b5304df3716ee (patch)
tree8d0eba646b80608ffd00dabb3c067d007d07328b /src/libstd/sys
parent398d3eeca1f6cb84f91275826d66548c75e8fac0 (diff)
parent97983af76a3b7c180704a33246d91e9d98d2e42a (diff)
downloadrust-4199ef14d7fdea2f8c2d9ebb418b5304df3716ee.tar.gz
rust-4199ef14d7fdea2f8c2d9ebb418b5304df3716ee.zip
Rollup merge of #71537 - Mark-Simulacrum:no-self-open, r=davidtwco
Remove support for self-opening

This was only used for linkage test cases, which is already covered by
the [run-make-fulldeps/symbol-visibility test](https://github.com/rust-lang/rust/blob/master/src/test/run-make-fulldeps/symbol-visibility/Makefile) -- which fairly extensively makes
sure we're correctly exporting the right symbols at the right visibility (for
various Rust crate types).

This fixes #10379 and resolves #10356 by removing the test case (and underlying support in the compiler). AFAICT, the better way to test visibility is via nm, like the symbol visibility test. It seems like that's sufficient; I suspect that given that we don't use this we should just drop it (android is tier 2 anyway). But happy to hear otherwise.
Diffstat (limited to 'src/libstd/sys')
0 files changed, 0 insertions, 0 deletions