Sign in
android
/
platform
/
external
/
rust
/
crates
/
proc-macro-error
/
d6239fd9885e66a89df07e81a2ce45461bb209c6
/
.
/
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
()
{}