• A
    syntax: Remove AbiSet, use one Abi · 57e0908a
    Alex Crichton 提交于
    This change removes the AbiSet from the AST, converting all usage to have just
    one Abi value. The current scheme selects a relevant ABI given a list of ABIs
    based on the target architecture and how relevant each ABI is to that
    architecture.
    
    Instead of this mildly complicated scheme, only one ABI will be allowed in abi
    strings, and pseudo-abis will be created for special cases as necessary. For
    example the "system" abi exists for stdcall on win32 and C on win64.
    
    Closes #10049
    57e0908a
pprust.rs 86.5 KB