rust/compiler/rustc_passes
bors d77da9da84 Auto merge of #100073 - dpaoliello:externvar, r=michaelwoerister
Add test for raw-dylib with an external variable

All existing tests of link kind `raw-dylib` only validate the ability to link against functions, but it is also possible to link against variables.

This adds tests for linking against a variable using `raw-dylib` both by-name and by-ordinal.
2022-08-05 13:05:34 +00:00
..
src Auto merge of #100073 - dpaoliello:externvar, r=michaelwoerister 2022-08-05 13:05:34 +00:00
Cargo.toml passes: migrate half of check_attr 2022-07-15 16:13:49 +01:00