Incorrect hint for decl_macro
import.
#88636
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
In this program:
The compilation output is:
However the hint is wrong -
crate::foo3::foo
is inaccessible tofoo2
. The correct hint should be suggestingcrate::foo1::foo
.The text was updated successfully, but these errors were encountered: