]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/bounded-hr-lifetime.stderr
Rollup merge of #100203 - compiler-errors:command-args-size-hint, r=m-ou-se
[rust.git] / src / test / rustdoc-ui / bounded-hr-lifetime.stderr
1 error: lifetime bounds cannot be used in this context
2   --> $DIR/bounded-hr-lifetime.rs:6:13
3    |
4 LL |     for<'a: 'b + 'c> &'a (): std::fmt::Debug,
5    |             ^^   ^^
6
7 error: Compilation failed, aborting rustdoc
8
9 error: aborting due to 2 previous errors
10