• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: emit!(span, from) test
2 --> $DIR/emit.rs:4:7
3  |
44 | emit!(one, two, three, four, five);
5  |       ^^^
6
7error: emit!(span, expr1, expr2) test
8 --> $DIR/emit.rs:4:12
9  |
104 | emit!(one, two, three, four, five);
11  |            ^^^
12
13error: emit!(span, single_expr) test
14 --> $DIR/emit.rs:4:17
15  |
164 | emit!(one, two, three, four, five);
17  |                 ^^^^^
18
19error: Diagnostic::emit() test
20 --> $DIR/emit.rs:4:24
21  |
224 | emit!(one, two, three, four, five);
23  |                        ^^^^
24
25error: emit_call_site_error!(expr) test
26 --> $DIR/emit.rs:4:1
27  |
284 | emit!(one, two, three, four, five);
29  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
30  |
31  = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
32
33error: This is an error
34
35  = note: simple note
36  = help: simple help
37  = help: simple hint
38  = note: simple yay
39  = note: format note
40  = note: Some note
41  = note: spanned simple note
42  = note: spanned format note
43  = note: Some note
44
45 --> $DIR/emit.rs:5:13
46  |
475 | emit_notes!(one, two);
48  |             ^^^
49