Compiler suggests wrong import collections::borrow
instead of std::borrow
#26635
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
Example
results in:
it would be correct if it suggested to use
std::borrow::Borrow
The text was updated successfully, but these errors were encountered: