Sign in
rust
/
rust
/
0883b8cc7926859cd296afde42c5b2d7aaae5ce5
/
.
/
tests
/
ui
/
attributes
/
custom_attr_multisegment_error.rs
blob: f42c35ffea13c2c62df4a2f0f3908eaadf93db1b [
file
]
//! Unresolved multi-segment attributes are not treated as custom.
mod
existent
{}
#[
existent
::
nonexistent
]
//~ ERROR cannot find `nonexistent` in `existent`
fn
main
()
{}