summaryrefslogtreecommitdiffstats
path: root/tests/ui/impl-trait/impl-fn-hrtb-bounds-2.stderr
blob: 433b76b7afaa26fb50b015c9749ecd8891f22b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
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`.