Maybe offset-by-one error in compilation error message #99049
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
The following (maybe incorrect) error message is given by the compiler:
when compiling the code:
Shouldn't the message labeled "LOOK HERE" be
fn type_info(&self) -> DB::TypeInfo;
?The text was updated successfully, but these errors were encountered: