blob: 0e1142db37d2dcc510da8645acd43b82d6d0ce39 [file] [log] [blame]
// edition:2018
foo!(); //~ ERROR cannot find macro `foo` in this scope
pub(in ::bar) struct Baz {} //~ ERROR cannot determine resolution for the visibility
fn main() {}