xref: /third_party/rust/crates/proc-macro-error/tests/ui/result_ext.rs (revision ea88969f)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/proc-macro-error/tests/ui/
1extern crate test_crate;
2use test_crate::*;
3
4result_unwrap_or_abort!(one, two);
5result_expect_or_abort!(one, two);
6
7fn main() {}
8

Indexes created Thu Nov 07 10:32:03 CST 2024