-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lints
Description
For example, if I change the name of ::std::StrSlice::rfind
I get:
.../rust/src/libstd/path.rs:106:22: 106:36 error: type `&&str` does not implement any method in scope named `rfind`
.../rust/src/libstd/path.rs:106 match f.rfind('.') {
^~~~~~~~~~~~~~
The Span should probably just point at the rfind
itself.
Metadata
Metadata
Assignees
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lints