You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0597]: `*orig.value` does not live long enough
--> src/lib.rs:309:22
|
309 | value: f(orig.value),
| ^^^^^^^^^^ borrowed value does not live long enough
...
312 | }
| - borrowed value only lives until here
|
= note: borrowed value must be valid for lifetime '_#3r...
On
nightly-2018-02-12
b8398d9, https://github.com/bholley/atomic_refcell builds with or withoutRUSTFLAGS=-Znll
orRUSTFLAGS=-Zborrowck=mir
.On
nightly-2018-02-13
16362c7, either flag causes the error below.Commit range: b8398d9...16362c7
Reduced test case:
CC @nikomatsakis
The text was updated successfully, but these errors were encountered: