Target modifiers (special marked options) are recorded in metainfo and compared to be equal in different crates

This commit is contained in:
Andrew Zhogin 2024-11-18 04:07:29 +07:00
parent 01a26c026d
commit 05c88a31e7
22 changed files with 666 additions and 24 deletions

View file

@ -269,6 +269,7 @@ fn configure_and_expand(
resolver.resolve_crate(&krate);
CStore::from_tcx(tcx).report_incompatible_target_modifiers(tcx, &krate);
krate
}