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
|
|
|
|
2025-08-01 18:07:59 +03:00
|
|
|
pub(in ::bar) struct Baz {} //~ ERROR failed to resolve: could not find `bar` in the list of imported crates
|
2019-09-08 13:06:49 -04:00
|
|
|
|
|
|
|
|
fn main() {}
|