rust/tests
Jubilee 5268120d4a
Rollup merge of #116458 - bjorn3:fix_global_asm_test, r=workingjubilee
Properly export function defined in test which uses global_asm!()

Currently the test passes with the LLVM backend as the codegen unit partitioning logic happens to place both the global_asm!() and the function which calls the function defined by the global_asm!() in the same CGU. With the Cranelift backend it breaks however as it will place all assembly in separate codegen units to be passed to an external linker.
2023-10-06 16:37:47 -07:00
..
assembly
auxiliary
codegen Auto merge of #116018 - DianQK:simd-wide-sum-test, r=scottmcm 2023-10-06 08:04:53 +00:00
codegen-units
coverage-map
debuginfo
incremental
mir-opt move subtyper change reveal_all 2023-10-05 18:56:30 +03:00
pretty
run-coverage
run-coverage-rustdoc
run-make Auto merge of #115304 - Enselic:trailing-gt, r=cjgillot 2023-10-06 14:57:09 +00:00
run-make-fulldeps
run-pass-valgrind
rustdoc Add URL to test case issues 2023-10-04 13:04:45 -07:00
rustdoc-gui
rustdoc-js rustdoc-search: fix bug with multi-item impl trait 2023-10-05 22:32:37 -07:00
rustdoc-js-std
rustdoc-json
rustdoc-ui Add a note to duplicate diagnostics 2023-10-05 01:04:41 +00:00
ui Rollup merge of #116458 - bjorn3:fix_global_asm_test, r=workingjubilee 2023-10-06 16:37:47 -07:00
ui-fulldeps Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-errors,estebank 2023-10-05 19:24:35 +02:00
COMPILER_TESTS.md