]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui-fulldeps/dropck-tarena-cycle-checked.stderr
Rollup merge of #107746 - Nathan-Fenner:nathanf/clean-up-adjust_fulfillment_errors...
[rust.git] / tests / ui-fulldeps / dropck-tarena-cycle-checked.stderr
index 4299688221a8b3d1498f18a2719b8ac75d26c123..47897dc003a433d8de2a2f5b77d08e345ac68836 100644 (file)
@@ -1,6 +1,8 @@
 error[E0597]: `arena` does not live long enough
   --> $DIR/dropck-tarena-cycle-checked.rs:116:7
    |
+LL |     let arena = TypedArena::default();
+   |         ----- binding `arena` declared here
 LL |     f(&arena);
    |       ^^^^^^ borrowed value does not live long enough
 LL | }