Skip to content

incremental: migrate diagnostics#100754

Merged
bors merged 5 commits intorust-lang:masterfrom
davidtwco:translation-incremental
Jan 31, 2023
Merged

incremental: migrate diagnostics#100754
bors merged 5 commits intorust-lang:masterfrom
davidtwco:translation-incremental

Conversation

@davidtwco
Copy link
Copy Markdown
Member

@davidtwco davidtwco commented Aug 19, 2022

  • Apply the diagnostic migration lints to more functions on Session, namely: span_warn, span_warn_with_code, warn note_without_error, span_note_without_error, struct_note_without_error.
  • Add impls of IntoDiagnosticArg for std::io::Error, std::path::Path and std::path::PathBuf.
  • Migrate the rustc_incremental crate's diagnostics to translatable diagnostic structs.

r? @compiler-errors
cc #100717

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.