xref: /third_party/rust/crates/proc-macro-error/tests/ui/abort.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
4abort_from!(one, two);
5abort_to_string!(one, two);
6abort_format!(one, two);
7direct_abort!(one, two);
8abort_notes!(one, two);
9abort_call_site_test!(one, two);
10
11fn main() {}
12

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