blob: 198ea752881f1779a8a81dd29bb10f1ebfcd7ee6 [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() {}