summaryrefslogtreecommitdiffstats
path: root/third_party/rust/proc-macro-error/tests/ui/result_ext.rs
blob: bdd560dba9c4a455188175b322aac2b3580b0036 (plain)
1
2
3
4
5
6
7
extern crate test_crate;
use test_crate::*;

result_unwrap_or_abort!(one, two);
result_expect_or_abort!(one, two);

fn main() {}