]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/bounded-hr-lifetime.stderr
Rollup merge of #107770 - notriddle:notriddle/br2nl, r=GuillaumeGomez
[rust.git] / tests / 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