Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace syntax::filemap with syntax::source_map #2946

Closed
topecongiro opened this issue Aug 23, 2018 · 0 comments
Closed

Replace syntax::filemap with syntax::source_map #2946

topecongiro opened this issue Aug 23, 2018 · 0 comments
Labels
good first issue Issues up for grabs, also good candidates for new rustfmt contributors

Comments

@topecongiro
Copy link
Contributor

Steps

  1. Update Cargo.toml and use the latest rustc-ap-* crates.
  2. Replace syntax::codemap with syntax::source_map.
  3. Replace old structs to the new ones (e.g. FileMap to SourceFile) until rustfmt compiles.

cc rust-lang/rust#52953.

@topecongiro topecongiro added the good first issue Issues up for grabs, also good candidates for new rustfmt contributors label Aug 23, 2018
@nrc nrc closed this as completed in #2950 Aug 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Issues up for grabs, also good candidates for new rustfmt contributors
Projects
None yet
Development

No branches or pull requests

1 participant