-
Notifications
You must be signed in to change notification settings - Fork 941
Closed
Labels
good first issueIssues up for grabs, also good candidates for new rustfmt contributorsIssues up for grabs, also good candidates for new rustfmt contributors
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.
Metadata
Metadata
Assignees
Labels
good first issueIssues up for grabs, also good candidates for new rustfmt contributorsIssues up for grabs, also good candidates for new rustfmt contributors