summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-inherent-types/late-bound-regions.stderr
blob: 4706fcca91d0644340b2cd5d393637b22b566dde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0515]: cannot return value referencing local variable `local`
  --> $DIR/late-bound-regions.rs:22:5
   |
LL |     f(&local)
   |     ^^------^
   |     | |
   |     | `local` is borrowed here
   |     returns a value referencing data owned by the current function

error: aborting due to previous error

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