Target modifiers (special marked options) are recorded in metainfo and compared to be equal in different crates
This commit is contained in:
parent
01a26c026d
commit
05c88a31e7
22 changed files with 666 additions and 24 deletions
|
@ -269,6 +269,7 @@ fn configure_and_expand(
|
|||
|
||||
resolver.resolve_crate(&krate);
|
||||
|
||||
CStore::from_tcx(tcx).report_incompatible_target_modifiers(tcx, &krate);
|
||||
krate
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue