You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#136045 - matthiaskrgr:rollup-70c22eb, r=<try>
Rollup of 7 pull requests
Successful merges:
- rust-lang#130808 (Fix linking for symbols starting with ? on i686-pc-windows-msvc)
- rust-lang#133138 (Target modifiers (special marked options) are recorded in metainfo)
- rust-lang#133154 (Reword resolve errors caused by likely missing crate in dep tree)
- rust-lang#135707 (Shorten linker output even more when `--verbose` is not present)
- rust-lang#135764 (Fix tests on LLVM 20)
- rust-lang#135785 (use `PassMode::Direct` for vector types on `s390x`)
- rust-lang#135818 (tests: Port `translation` to rmake.rs)
Failed merges:
- rust-lang#133951 (Make the wasm_c_abi future compat warning a hard error)
r? `@ghost`
`@rustbot` modify labels: rollup
try-job: aarch64-apple
try-job: i686-mingw
try-job: x86_64-gnu-llvm-19-3
found crate `{$crate_name}` compiled by an incompatible version of rustc{$add_info}
114
114
.help = please recompile that crate using this compiler ({$rustc_version}) (consider running `cargo clean` first)
115
115
116
+
metadata_incompatible_target_modifiers =
117
+
mixing `{$flag_name_prefixed}` will cause an ABI mismatch in crate `{$local_crate}`
118
+
.note = `{$flag_name_prefixed}={$flag_local_value}` in this crate is incompatible with `{$flag_name_prefixed}={$flag_extern_value}` in dependency `{$extern_crate}`
119
+
.help = the `{$flag_name_prefixed}` flag modifies the ABI so Rust crates compiled with different values of this flag cannot be used together safely
120
+
121
+
metadata_incompatible_target_modifiers_help_allow = if you are sure this will not cause problems, you may use `-Cunsafe-allow-abi-mismatch={$flag_name}` to silence this error
122
+
metadata_incompatible_target_modifiers_help_fix = set `{$flag_name_prefixed}={$flag_extern_value}` in this crate or `{$flag_name_prefixed}={$flag_local_value}` in `{$extern_crate}`
123
+
116
124
metadata_incompatible_wasm_link =
117
125
`wasm_import_module` is incompatible with other arguments in `#[link]` attributes
0 commit comments