blob: 17e5fec4701b93f7612ec5fb10485da3ad5db4f1 [file] [log] [blame] [edit]
//@ 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() {}