summary refs log tree commit diff
path: root/src/test/ui/resolve/visibility-indeterminate.rs
blob: 595eaf440c9f45c8e419fff05ec14cdd9b35346c (plain)
1
2
3
4
5
// edition:2018

foo!(); //~ ERROR cannot find macro `foo!` in this scope

pub(in ::bar) struct Baz {} //~ ERROR cannot determine resolution for the visibility