Closed
Description
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 addrustc-ap-rustc_target
to depenencies. - Replace
syntax::abi
withrustc_target::spec::abi
. - Fix broken code, if available.