blob: d8fcd6cb4b13f5fcc97a57a5c24cbdd1d0202e5f (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: lifetime bounds cannot be used in this context
--> $DIR/bounded-hr-lifetime.rs:6:13
|
LL | for<'a: 'b + 'c> &'a (): std::fmt::Debug,
| ^^ ^^
error: Compilation failed, aborting rustdoc
error: aborting due to 2 previous errors
|