Sign in
android
/
toolchain
/
rustc
/
5bd94c128c5702589f742e958fb8ae82646357c9
/
.
/
src
/
test
/
ui
/
proc-macro
/
macro-use-attr.rs
blob: b101c09ed542438cfc01bcdc4caf1556a40e5b75 [
file
] [
log
] [
blame
]
// build-pass (FIXME(62277): could be check-pass?)
// aux-build:test-macros.rs
#[
macro_use
]
extern
crate test_macros
;
#[
identity_attr
]
struct
Foo
;
fn
main
()
{
let
_
=
Foo
;
}