Sign in
rust
/
rust
/
dc0ec741a8a06b0c3bb5596fbb00a4e29fad3877
/
.
/
tests
/
ui
/
tool-attributes
/
unknown-tool-name.rs
blob: a87385329effd157124e0d0df39e70c7c25f6537 [
file
]
#[
foo
::
bar
]
//~ ERROR: cannot find module or crate `foo`
//~^ NOTE: use of unresolved module or unlinked crate `foo`
fn
main
()
{}