]> git.proxmox.com Git - rustc.git/blame - 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
CommitLineData
ba9703b0
XL
1error: expected one of `!` or `::`, found `error`
2 --> $DIR/auxiliary/transitive_dep_three.rs:6:27
3 |
064997fb
FG
4LL | macro_rules! parse_error {
5 | ------------------------ in this expansion of `transitive_dep_two::parse_error!`
6LL | () => { parse error }
7 | ^^^^^ expected one of `!` or `::`
94222f64 8 |
ba9703b0
XL
9 ::: $DIR/transitive-dep-span.rs:13:1
10 |
064997fb
FG
11LL | transitive_dep_two::parse_error!();
12 | ----------------------------------
13 | |
14 | in this macro invocation
15 | in this macro invocation
ba9703b0
XL
16
17error: aborting due to previous error
18