summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generic-associated-types/issue-92096.stderr
blob: ca61a0f435e93123b27523c4c37571e2495e08c2 (plain)
1
2
3
4
5
6
7
8
error: `C` does not live long enough
  --> $DIR/issue-92096.rs:19:5
   |
LL |     async move { c.connect().await }
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error