r
Size: a a a
r
MB
r
MB
MB
MK
MK
MB
MB
MB
ИП
https://crates.io/api/v1/crates/rand/0.7.3/download
ИП
a
MB
a
error[E0597]: `r.title` does not live long enough
--> src/db/models/record.rs:90:51
|
90 | records::title.eq(&r.title),
| ------------------^^^^^^^^-
| | |
| | borrowed value does not live long enough
| argument requires that `r.title` is borrowed for `'static`
...
101 | });
| - `r.title` dropped here while still borrowed
a
a
MB
MB
error[E0597]: `r.title` does not live long enough
--> src/db/models/record.rs:90:51
|
90 | records::title.eq(&r.title),
| ------------------^^^^^^^^-
| | |
| | borrowed value does not live long enough
| argument requires that `r.title` is borrowed for `'static`
...
101 | });
| - `r.title` dropped here while still borrowed