Sign in
android
/
platform
/
external
/
rust
/
crates
/
proc-macro-error
/
b9f9b487d18081d240c97ebfc2c1f9fa923e3ad2
/
.
/
tests
/
ui
/
abort.rs
blob: f63118251e030615a71a9e74628adf31cc9715f2 [
file
] [
log
] [
blame
]
extern
crate test_crate
;
use
test_crate
::*;
abort_from
!(
one
,
two
);
abort_to_string
!(
one
,
two
);
abort_format
!(
one
,
two
);
direct_abort
!(
one
,
two
);
abort_notes
!(
one
,
two
);
abort_call_site_test
!(
one
,
two
);
fn
main
()
{}