]> git.lizzy.rs Git - rust.git/blob - src/test/ui/regions/region-object-lifetime-5.stderr
Rollup merge of #100861 - RalfJung:const-ice, r=oli-obk
[rust.git] / src / test / ui / regions / region-object-lifetime-5.stderr
1 error[E0515]: cannot return reference to local data `*x`
2   --> $DIR/region-object-lifetime-5.rs:11:5
3    |
4 LL |     x.borrowed()
5    |     ^^^^^^^^^^^^ returns a reference to data owned by the current function
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0515`.