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

12 lines
291 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
error: Result::unwrap_or_abort() test
--> $DIR/result_ext.rs:4:25
|
4 | result_unwrap_or_abort!(one, two);
| ^^^
error: BOOM: Result::expect_or_abort() test
--> $DIR/result_ext.rs:5:25
|
5 | result_expect_or_abort!(one, two);
| ^^^