2019-08-05 21:18:50 +03:00
|
|
|
// edition:2018
|
|
|
|
|
|
2019-09-15 13:12:14 +03:00
|
|
|
foo!(); //~ ERROR cannot find macro `foo` in this scope
|
2019-08-05 21:18:50 +03:00
|
|
|
|
|
|
|
|
pub(in ::bar) struct Baz {} //~ ERROR cannot determine resolution for the visibility
|
2019-09-08 13:06:49 -04:00
|
|
|
|
|
|
|
|
fn main() {}
|