Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
ui
/
resolve
/
visibility-indeterminate.rs
blob: 8033a30b233cea482fe38492be0b1ad3440199fd [
file
]
//@ edition:2018
foo
!();
//~ ERROR cannot find macro `foo` in this scope
pub
(
in
::
bar
)
struct
Baz
{}
//~ ERROR cannot find `bar`
fn
main
()
{}