android13/external/rust/crates/proc-macro-error/tests/ui/abort.rs

12 lines
217 B
Rust
Raw Normal View History

2024-06-22 08:45:49 -04:00
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() {}