]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/transitive-dep-span.stderr
Merge commit '3e4179766bcecd712824da04356621b8df012ea4' into sync-from-clippy
[rust.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 LL | |             () => { parse error }
6    | |                           ^^^^^ expected one of `!` or `::`
7 LL | |         }
8    | |_________- in this expansion of `transitive_dep_two::parse_error!`
9    | 
10   ::: $DIR/transitive-dep-span.rs:13:1
11    |
12 LL |   transitive_dep_two::parse_error!();
13    |   -----------------------------------
14    |   |
15    |   in this macro invocation
16    |   in this macro invocation
17
18 error: aborting due to previous error
19