rust/tests/ui/impl-trait/impl-fn-hrtb-bounds-2.stderr
2023-01-11 09:32:08 +00:00

12 lines
361 B
Plaintext

error[E0700]: hidden type for `impl Debug` captures lifetime that does not appear in bounds
--> $DIR/impl-fn-hrtb-bounds-2.rs:5:9
|
LL | |x| x
| --- ^
| |
| hidden type `&u8` captures the anonymous lifetime #1 defined here
error: aborting due to previous error
For more information about this error, try `rustc --explain E0700`.