]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0227.stderr
Rollup merge of #97915 - tbu-:pr_os_string_fmt_write, r=joshtriplett
[rust.git] / src / test / ui / error-codes / E0227.stderr
1 error[E0227]: ambiguous lifetime bound, explicit lifetime bound required
2   --> $DIR/E0227.rs:7:10
3    |
4 LL |     baz: dyn FooBar<'foo, 'bar>,
5    |          ^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0227`.