We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pub struct Foo; mod bar { use Foo; impl Foo { fn baz(&self) {} } } fn main() {}
qualified.rs:6:10: 6:13 error: found module name used as a type: impl bar::Foo::Foo (id=10) qualified.rs:6 impl Foo { ^~~