]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/macro-rules-derive.stderr
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[rust.git] / tests / 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`.