Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
ui
/
resolve
/
visibility-indeterminate.rs
blob: 17e5fec4701b93f7612ec5fb10485da3ad5db4f1 [
file
] [
log
] [
blame
]
//@ 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
()
{}