2021-09-02 09:54:32 -07:00
|
|
|
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,
|
|
|
|
| ^^ ^^
|
|
|
|
|
2023-02-16 14:03:31 +00:00
|
|
|
error: aborting due to previous error
|
2021-09-02 09:54:32 -07:00
|
|
|
|