summaryrefslogtreecommitdiffstats
path: root/tests/ui/const-generics/late-bound-vars/late-bound-in-where-issue-83993.stderr
blob: 5edbf7bc040602d891432c67a80ac4aa3899b2b3 (plain)
1
2
3
4
5
6
7
8
9
10
error: cannot capture late-bound lifetime in constant
  --> $DIR/late-bound-in-where-issue-83993.rs:10:17
   |
LL |     for<'b> [(); {
   |         -- lifetime defined here
LL |         let x: &'b ();
   |                 ^^

error: aborting due to 1 previous error