summaryrefslogtreecommitdiffstats
path: root/third_party/rust/proc-macro-error/tests/ui/abort.rs
blob: f63118251e030615a71a9e74628adf31cc9715f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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() {}