Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
proc-macro
/
custom-attr-panic.rs
blob: 23bcb66319d289900440db57322aa3927c9c31e9 [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build: test-macros.rs
extern
crate test_macros
;
#[
test_macros
::
panic_attr
]
//~ ERROR custom attribute panicked
fn
foo
()
{}
fn
main
()
{}