rust/tests/ui/span/transitive-dep-span.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
580 B
Plaintext
Raw Normal View History

error: expected one of `!` or `::`, found `error`
--> $DIR/auxiliary/transitive_dep_three.rs:6:27
|
2022-02-13 09:27:59 -06:00
LL | macro_rules! parse_error {
| ------------------------ in this expansion of `transitive_dep_two::parse_error!`
LL | () => { parse error }
| ^^^^^ expected one of `!` or `::`
|
::: $DIR/transitive-dep-span.rs:13:1
|
2022-02-13 09:27:59 -06:00
LL | transitive_dep_two::parse_error!();
| ----------------------------------
| |
| in this macro invocation
| in this macro invocation
error: aborting due to previous error