region-object-lifetime-5.nll.stderr 418 字节
Newer Older
1
error[E0515]: cannot return value referencing local data `*x`
2 3 4
  --> $DIR/region-object-lifetime-5.rs:21:5
   |
LL |     x.borrowed() //~ ERROR `*x` does not live long enough
5 6 7 8
   |     -^^^^^^^^^^^
   |     |
   |     returns a value referencing data owned by the current function
   |     `*x` is borrowed here
9 10 11

error: aborting due to previous error

12
For more information about this error, try `rustc --explain E0515`.