Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
resolve
/
visibility-indeterminate.rs
blob: 181bb29077430a3b7c37f79b207901d37f274e49 [
file
] [
log
] [
blame
]
//@ edition:2018
foo
!();
//~ ERROR cannot find macro `foo` in this scope
pub
(
in
::
bar
)
struct
Baz
{}
//~ ERROR failed to resolve: could not find `bar` in the list of imported crates
fn
main
()
{}