]> git.proxmox.com Git - rustc.git/blob - src/test/ui/span/transitive-dep-span.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / span / transitive-dep-span.stderr
1 error: expected one of `!` or `::`, found `error`
2 --> $DIR/auxiliary/transitive_dep_three.rs:6:27
3 |
4 LL | macro_rules! parse_error {
5 | ------------------------ in this expansion of `transitive_dep_two::parse_error!`
6 LL | () => { parse error }
7 | ^^^^^ expected one of `!` or `::`
8 |
9 ::: $DIR/transitive-dep-span.rs:13:1
10 |
11 LL | transitive_dep_two::parse_error!();
12 | ----------------------------------
13 | |
14 | in this macro invocation
15 | in this macro invocation
16
17 error: aborting due to previous error
18