invalid suggestion for trait from extern crate if trait reexported #32938
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Error in
It is defined in
plugin::Plugin
and reexported iniron/lib.rs
:https://github.com/iron/iron/blob/master/src/lib.rs#L95
The compiler says
Of course if I add
use iron::Pluggable
then the compiler saysReproduced in
The text was updated successfully, but these errors were encountered: