| error: outlives requirements can be inferred | |
| --> $DIR/edition-lint-infer-outlives-macro.rs:23:18 | |
| | | |
| LL | struct Bar<'a, 'b: 'a> { | |
| | ^^^^ help: remove this bound | |
| | | |
| note: the lint level is defined here | |
| --> $DIR/edition-lint-infer-outlives-macro.rs:8:9 | |
| | | |
| LL | #![deny(explicit_outlives_requirements)] | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| error: aborting due to previous error | |