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.
type
mod test_mod { enum A { Foo, } } type Alias = test_mod::A; let _v = Alias::Foo; // Compile error