xref: /third_party/rust/crates/proc-macro-error/tests/ui/result_ext.rs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/proc-macro-error/tests/ui/
1ea88969fSopenharmony_ciextern crate test_crate;
2ea88969fSopenharmony_ciuse test_crate::*;
3ea88969fSopenharmony_ci
4ea88969fSopenharmony_ciresult_unwrap_or_abort!(one, two);
5ea88969fSopenharmony_ciresult_expect_or_abort!(one, two);
6ea88969fSopenharmony_ci
7ea88969fSopenharmony_cifn main() {}
8

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