-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Description
I was looking for method resolution code in the compiler and found relevant-looking enum named MethodMatchResult
. However, it seems to be used nowhere.
Is it used somewhere in the compiler, or is it just left unused?
Current behavior
MethodMatchResult
seems to be unused.
Expected behavior
If it is unused, perhaps it should be removed then.
Meta
Grepped in Rust 1.16.0 compiler
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.