]> git.lizzy.rs Git - rust.git/blob - src/test/ui/proc-macro/macro-rules-derive.stderr
Auto merge of #84568 - andoriyu:libtest/junit_formatter, r=yaahc
[rust.git] / src / test / ui / proc-macro / macro-rules-derive.stderr
1 error[E0412]: cannot find type `MissingType` in this scope
2   --> $DIR/macro-rules-derive.rs:10:20
3    |
4 LL |             field: MissingType
5    |                    ^^^^^^^^^^^ not found in this scope
6 ...
7 LL | produce_it!(MyName);
8    | -------------------- in this macro invocation
9    |
10    = note: this error originates in the macro `produce_it` (in Nightly builds, run with -Z macro-backtrace for more info)
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0412`.