Skip to content

Add rustc-ap-rustc_target to dependencies #2658

Closed
@topecongiro

Description

@topecongiro

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:

  1. Update rustc-ap_syntax and add rustc-ap-rustc_target to depenencies.
  2. Replace syntax::abi with rustc_target::spec::abi.
  3. Fix broken code, if available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueIssues up for grabs, also good candidates for new rustfmt contributors

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions