2021-12-28 15:46:20 +03:00
|
|
|
error[E0227]: ambiguous lifetime bound, explicit lifetime bound required
|
|
|
|
--> $DIR/E0227.rs:7:10
|
|
|
|
|
|
|
|
|
LL | baz: dyn FooBar<'foo, 'bar>,
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-12-28 15:46:20 +03:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0227`.
|