We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Things like this are not rejected by the compiler, though the probably should be
priv extern mod foo; pub extern mod foo; priv use foo;
pub extern mod foo could make sense if it exported foo, but it doesn't currently.
pub extern mod foo
foo