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
| --- lifetime `'db` defined here ^ requires that `'db` must outlive `'static`
36
+
| ^^^^^^^^ the trait `Update` is not implemented for `&'db str`
37
+
|
38
+
= help: the trait `Update` is implemented for `String`
39
+
note: required by a bound in `<tracked_fn_return_ref::Configuration_ as salsa::function::Configuration>::execute::_assert_return_type_is_update::_assert_is_update`
| ^^^^^^^^^^^ requires that `'db` must outlive `'static`
50
+
| ^^^^^^^^^^^^^^^^ the trait `Update` is not implemented for `ContainsRef<'db>`
51
+
|
52
+
= help: the following other types implement trait `Update`:
53
+
Arc<T>
54
+
BTreeMap<K, V>
55
+
BTreeSet<K>
56
+
Box<T>
57
+
Box<[T]>
58
+
HashMap<K, V, S>
59
+
HashSet<K, S>
60
+
Infallible
61
+
and $N others
62
+
note: required by a bound in `<tracked_fn_return_struct_containing_ref::Configuration_ as salsa::function::Configuration>::execute::_assert_return_type_is_update::_assert_is_update`
| ^^^^^^^^^^^ requires that `'db` must outlive `'static`
73
+
| ^^^^^^^^^^^^^^^ the trait `Update` is not implemented for `ContainsRef<'db>`
74
+
|
75
+
= help: the following other types implement trait `Update`:
76
+
Arc<T>
77
+
BTreeMap<K, V>
78
+
BTreeSet<K>
79
+
Box<T>
80
+
Box<[T]>
81
+
HashMap<K, V, S>
82
+
HashSet<K, S>
83
+
Infallible
84
+
and $N others
85
+
note: required by a bound in `<tracked_fn_return_struct_containing_ref_elided_explicit::Configuration_ as salsa::function::Configuration>::execute::_assert_return_type_is_update::_assert_is_update`
0 commit comments