blob: 8033a30b233cea482fe38492be0b1ad3440199fd [file]
//@ edition:2018
foo!(); //~ ERROR cannot find macro `foo` in this scope
pub(in ::bar) struct Baz {} //~ ERROR cannot find `bar`
fn main() {}