Recently abi module was remove from libsyntax and moved to librustc_target (cc rust-lang/rust#50228). In order to catch up with the change, we need to:
- Update
rustc-ap_syntax and add rustc-ap-rustc_target to depenencies.
- Replace
syntax::abi with rustc_target::spec::abi.
- Fix broken code, if available.
Recently
abimodule was remove from libsyntax and moved to librustc_target (cc rust-lang/rust#50228). In order to catch up with the change, we need to:rustc-ap_syntaxand addrustc-ap-rustc_targetto depenencies.syntax::abiwithrustc_target::spec::abi.