]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rust-2018/edition-lint-infer-outlives-macro.stderr
Rollup merge of #105843 - compiler-errors:sugg-const, r=lcnr
[rust.git] / src / test / ui / rust-2018 / edition-lint-infer-outlives-macro.stderr
1 error: outlives requirements can be inferred
2   --> $DIR/edition-lint-infer-outlives-macro.rs:23:18
3    |
4 LL | struct Bar<'a, 'b: 'a> {
5    |                  ^^^^ help: remove this bound
6    |
7 note: the lint level is defined here
8   --> $DIR/edition-lint-infer-outlives-macro.rs:8:9
9    |
10 LL | #![deny(explicit_outlives_requirements)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14