| error[E0263]: lifetime name `'a` declared twice in the same scope |
| --> $DIR/duplicate_lifetimes.rs:8:14 |
| | | previous declaration here |
| | in this macro invocation |
| = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) |
| error[E0263]: lifetime name `'a` declared twice in the same scope |
| --> $DIR/duplicate_lifetimes.rs:13:14 |
| | | previous declaration here |
| | in this macro invocation |
| = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) |
| error: aborting due to 2 previous errors |
| For more information about this error, try `rustc --explain E0263`. |