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

8 lines
129 B
Rust
Raw Normal View History

2024-06-22 08:45:49 -04:00
extern crate test_crate;
use test_crate::*;
result_unwrap_or_abort!(one, two);
result_expect_or_abort!(one, two);
fn main() {}