rust/src/test
Dylan DPC 0b3e018137
Rollup merge of #103249 - petrochenkov:revaddids, r=oli-obk
resolve: Revert "Set effective visibilities for imports more precisely"

In theory the change was correct, but in practice the use of import items in HIR is limited and hacky, and it expects that (effective) visibilities for all (up to) 3 IDs of the import are set to the value reflecting (effective) visibility of the whole syntactic `use` item rather than its individual components.

Fixes https://github.com/rust-lang/rust/issues/102352
r? `@oli-obk`
2022-10-23 15:20:18 +05:30
..
assembly Stabilize asm_sym 2022-10-17 22:38:37 +01:00
auxiliary
codegen Introduce deduced parameter attributes, and use them for deducing readonly on 2022-10-21 02:33:15 -07:00
codegen-units Bless cgu test. 2022-09-23 18:42:14 +02:00
debuginfo Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser 2022-09-13 01:19:05 +00:00
incremental Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors 2022-10-13 22:39:05 +00:00
mir-opt Bless tests 2022-10-13 17:24:27 +01:00
pretty Fixup a few tests needing asm support 2022-10-19 11:34:00 -07:00
run-make Rollup merge of #103178 - ferrocene:pa-coverage-reports-tests, r=Mark-Simulacrum 2022-10-19 07:15:31 +02:00
run-make-fulldeps Fixup a few tests needing asm support 2022-10-19 11:34:00 -07:00
run-pass-valgrind Fix test 2022-10-13 17:46:33 +01:00
rustdoc Rollup merge of #103368 - compiler-errors:normalization-ambiguity-bug, r=oli-obk 2022-10-23 08:14:32 +02:00
rustdoc-gui Rollup merge of #103401 - GuillaumeGomez:gui-test-headings-cleanup, r=notriddle 2022-10-23 08:14:33 +02:00
rustdoc-js
rustdoc-js-std Update asrawfd.js. 2022-08-29 08:31:42 -07:00
rustdoc-json Rustdoc-Json: List impls for primitives 2022-09-26 18:06:48 +01:00
rustdoc-ui Add UI test for invalid doc(cfg_hide(...)) attributes 2022-10-14 11:29:54 +02:00
ui Rollup merge of #103249 - petrochenkov:revaddids, r=oli-obk 2022-10-23 15:20:18 +05:30
ui-fulldeps macros: allow subdiagnostic-kind-less variants 2022-10-17 09:54:24 +01:00
COMPILER_TESTS.md