-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Open
Labels
A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFC
Description
This is a tracking issue for the LintDiagnostic migration that @GuillaumeGomez and I are doing.
Mostly meant to be a place we can put ideas and keep track of what is left to do.
Implementation history
- The original PR that was split up: Remove
LintDiagnostic#152811 - Start migration for
LintDiagnosticitems by adding API and migratingLinkerOutputlint #152933 - Migration of
LintDiagnostic- part 2 #153016 - Migration of
LintDiagnostic- part 3 #153051 - Migration of
LintDiagnostic- part 4 #153091
TODO list
- See if we can remove the span argument from
opt_span_diag_lintMigration ofLintDiagnostic- part 4 #153091 (comment) - See if we can get rid of
BuiltinLintDiagin favour of a boxed diagnostic of some kind
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-lintsArea: Lints (warnings about flaws in source code) such as unused_mut.Area: Lints (warnings about flaws in source code) such as unused_mut.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFC