-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Closed
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Description
In general, rustc::cfg should be considered deprecated, and we ought to work to remove its consumers and rewrite them to operate on MIR:
-
UnconditionalRecursionlint - AST-based borrowck (that's what NLL is doing, of course)
-
librustc_driver::pretty::print_flowgraph()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.