Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
macros
/
meta-item-absolute-path.rs
blob: 429d259ae2c4d2e7ec53e84557beb81a4e7cc3fe [
file
]
//@ edition:2015
#[
derive
(::
Absolute
)]
//~ ERROR cannot find
//~| ERROR cannot find
struct
S
;
fn
main
()
{}