2021-09-02 11:54:32 -05: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-11-21 10:44:51 -06:00
|
|
|
error: aborting due to 1 previous error
|
2021-09-02 11:54:32 -05:00
|
|
|
|