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