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
| ^^^^^^^^^^ ------------------ type must be known at this point
5
+
| ---------- ^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `impl rtic::export::dummy::Dummy<T = NotSendNotSync> + Send + Sync` declared on the function `__rtic_internal_foo_spawn`
6
6
| |
7
-
| cannot infer type of the type parameter `T0` declared on the function `__rtic_internal_foo_spawn`
7
+
| required by a bound introduced by this call
8
8
|
9
9
= note: cannot satisfy `_: Dummy`
10
10
note: required by a bound in `__rtic_internal_foo_spawn`
@@ -13,7 +13,3 @@ note: required by a bound in `__rtic_internal_foo_spawn`
0 commit comments