2022-05-07 11:08:04 +00:00
|
|
|
error: outlives requirements can be inferred
|
2022-12-22 20:37:21 +00:00
|
|
|
--> $DIR/edition-lint-infer-outlives-macro.rs:27:18
|
2022-05-07 11:08:04 +00:00
|
|
|
|
|
|
|
|
LL | struct Bar<'a, 'b: 'a> {
|
|
|
|
| ^^^^ help: remove this bound
|
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
2022-12-25 21:16:04 +00:00
|
|
|
--> $DIR/edition-lint-infer-outlives-macro.rs:5:9
|
2022-05-07 11:08:04 +00:00
|
|
|
|
|
|
|
|
LL | #![deny(explicit_outlives_requirements)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2022-12-22 20:37:21 +00:00
|
|
|
error: outlives requirements can be inferred
|
2022-12-25 21:16:04 +00:00
|
|
|
--> $DIR/edition-lint-infer-outlives-macro.rs:32:24
|
2022-12-22 20:37:21 +00:00
|
|
|
|
|
2022-12-25 21:16:04 +00:00
|
|
|
LL | struct BarWhere<'a, 'b> where 'b: 'a {
|
|
|
|
| ^^^^^^^^^^^^^ help: remove this bound
|
|
|
|
|
|
|
|
error: outlives requirements can be inferred
|
|
|
|
--> $DIR/edition-lint-infer-outlives-macro.rs:41:30
|
|
|
|
|
|
|
|
|
LL | struct Foo<'a, 'b: 'a>(&'a &'b ());
|
|
|
|
| ^^^^ help: remove this bound
|
|
|
|
...
|
|
|
|
LL | m!('b: 'a);
|
|
|
|
| ---------- in this macro invocation
|
|
|
|
|
|
|
|
|
= note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
|
|
|
|
error: outlives requirements can be inferred
|
|
|
|
--> $DIR/edition-lint-infer-outlives-macro.rs:43:44
|
|
|
|
|
|
|
|
|
LL | struct Bar<'a, 'b>(&'a &'b ()) where 'b: 'a;
|
|
|
|
| ^^^^^^^^^^^^ help: remove this bound
|
|
|
|
...
|
|
|
|
LL | m!('b: 'a);
|
|
|
|
| ---------- in this macro invocation
|
|
|
|
|
|
|
|
|
= note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
|
|
|
|
error: outlives requirements can be inferred
|
|
|
|
--> $DIR/edition-lint-infer-outlives-macro.rs:45:61
|
|
|
|
|
|
|
|
|
LL | struct Baz<'a, 'b>(&'a &'b ()) where (): Sized, 'b: 'a;
|
|
|
|
| ^^^^^^ help: remove this bound
|
|
|
|
...
|
|
|
|
LL | m!('b: 'a);
|
|
|
|
| ---------- in this macro invocation
|
|
|
|
|
|
|
|
|
= note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
|
|
|
|
error: outlives requirements can be inferred
|
|
|
|
--> $DIR/edition-lint-infer-outlives-macro.rs:55:30
|
|
|
|
|
|
|
|
|
LL | struct Foo<'a, $b: 'a>(&'a &$b ());
|
|
|
|
| ^^^^ help: remove this bound
|
2022-12-22 20:37:21 +00:00
|
|
|
...
|
2022-12-25 21:16:04 +00:00
|
|
|
LL | m!('b: 'a);
|
|
|
|
| ---------- in this macro invocation
|
2022-12-22 20:37:21 +00:00
|
|
|
|
|
2022-12-25 21:16:04 +00:00
|
|
|
= note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2022-12-22 20:37:21 +00:00
|
|
|
|
|
|
|
error: outlives requirements can be inferred
|
2022-12-25 21:16:04 +00:00
|
|
|
--> $DIR/edition-lint-infer-outlives-macro.rs:57:44
|
2022-12-22 20:37:21 +00:00
|
|
|
|
|
2022-12-25 21:16:04 +00:00
|
|
|
LL | struct Bar<'a, $b>(&'a &$b ()) where $b: 'a;
|
|
|
|
| ^^^^^^^^^^^^ help: remove this bound
|
2022-12-22 20:37:21 +00:00
|
|
|
...
|
2022-12-25 21:16:04 +00:00
|
|
|
LL | m!('b: 'a);
|
|
|
|
| ---------- in this macro invocation
|
|
|
|
|
|
|
|
|
= note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
|
|
|
|
error: outlives requirements can be inferred
|
|
|
|
--> $DIR/edition-lint-infer-outlives-macro.rs:59:61
|
|
|
|
|
|
|
|
|
LL | struct Baz<'a, $b>(&'a &$b ()) where (): Sized, $b: 'a;
|
|
|
|
| ^^^^^^ help: remove this bound
|
|
|
|
...
|
|
|
|
LL | m!('b: 'a);
|
|
|
|
| ---------- in this macro invocation
|
|
|
|
|
|
|
|
|
= note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
|
|
|
|
error: outlives requirements can be inferred
|
|
|
|
--> $DIR/edition-lint-infer-outlives-macro.rs:114:31
|
|
|
|
|
|
|
|
|
LL | struct Foo<$a, $b $colon $a>(&$a &$b ());
|
|
|
|
| ^^^^^^^^^ help: remove this bound
|
|
|
|
|
|
|
|
error: outlives requirements can be inferred
|
|
|
|
--> $DIR/edition-lint-infer-outlives-macro.rs:126:31
|
|
|
|
|
|
|
|
|
LL | struct Foo<$a, $b $colon $a>(&$a &$b ());
|
|
|
|
| ^^^^^^^^^ help: remove this bound
|
|
|
|
|
|
|
|
error: outlives requirements can be inferred
|
|
|
|
--> $DIR/edition-lint-infer-outlives-macro.rs:128:50
|
|
|
|
|
|
|
|
|
LL | struct Bar<$a, $b>(&$a &$b ()) where $b $colon $a;
|
|
|
|
| ^^^^^^^^^^^^ help: remove this bound
|
|
|
|
|
|
|
|
error: outlives requirements can be inferred
|
|
|
|
--> $DIR/edition-lint-infer-outlives-macro.rs:130:61
|
2022-12-22 20:37:21 +00:00
|
|
|
|
|
2022-12-25 21:16:04 +00:00
|
|
|
LL | struct Baz<$a, $b>(&$a &$b ()) where (): Sized, $b $colon $a;
|
|
|
|
| ^^^^^^^^^^^^ help: remove this bound
|
2022-12-22 20:37:21 +00:00
|
|
|
|
2022-12-25 21:16:04 +00:00
|
|
|
error: aborting due to 12 previous errors
|
2022-05-07 11:08:04 +00:00
|
|
|
|