1ea88969fSopenharmony_cierror: abort!(span, from) test
2ea88969fSopenharmony_ci --> $DIR/abort.rs:4:13
3ea88969fSopenharmony_ci  |
4ea88969fSopenharmony_ci4 | abort_from!(one, two);
5ea88969fSopenharmony_ci  |             ^^^
6ea88969fSopenharmony_ci
7ea88969fSopenharmony_cierror: abort!(span, single_expr) test
8ea88969fSopenharmony_ci --> $DIR/abort.rs:5:18
9ea88969fSopenharmony_ci  |
10ea88969fSopenharmony_ci5 | abort_to_string!(one, two);
11ea88969fSopenharmony_ci  |                  ^^^
12ea88969fSopenharmony_ci
13ea88969fSopenharmony_cierror: abort!(span, expr1, expr2) test
14ea88969fSopenharmony_ci --> $DIR/abort.rs:6:15
15ea88969fSopenharmony_ci  |
16ea88969fSopenharmony_ci6 | abort_format!(one, two);
17ea88969fSopenharmony_ci  |               ^^^
18ea88969fSopenharmony_ci
19ea88969fSopenharmony_cierror: Diagnostic::abort() test
20ea88969fSopenharmony_ci --> $DIR/abort.rs:7:15
21ea88969fSopenharmony_ci  |
22ea88969fSopenharmony_ci7 | direct_abort!(one, two);
23ea88969fSopenharmony_ci  |               ^^^
24ea88969fSopenharmony_ci
25ea88969fSopenharmony_cierror: This is an error
26ea88969fSopenharmony_ci
27ea88969fSopenharmony_ci  = note: simple note
28ea88969fSopenharmony_ci  = help: simple help
29ea88969fSopenharmony_ci  = help: simple hint
30ea88969fSopenharmony_ci  = note: simple yay
31ea88969fSopenharmony_ci  = note: format note
32ea88969fSopenharmony_ci  = note: Some note
33ea88969fSopenharmony_ci  = note: spanned simple note
34ea88969fSopenharmony_ci  = note: spanned format note
35ea88969fSopenharmony_ci  = note: Some note
36ea88969fSopenharmony_ci
37ea88969fSopenharmony_ci --> $DIR/abort.rs:8:14
38ea88969fSopenharmony_ci  |
39ea88969fSopenharmony_ci8 | abort_notes!(one, two);
40ea88969fSopenharmony_ci  |              ^^^
41ea88969fSopenharmony_ci
42ea88969fSopenharmony_cierror: abort_call_site! test
43ea88969fSopenharmony_ci --> $DIR/abort.rs:9:1
44ea88969fSopenharmony_ci  |
45ea88969fSopenharmony_ci9 | abort_call_site_test!(one, two);
46ea88969fSopenharmony_ci  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
47ea88969fSopenharmony_ci  |
48ea88969fSopenharmony_ci  = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
49