We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98958a7 commit 3f834c1Copy full SHA for 3f834c1
core/tests/safety/test_rclosure_not_send.stderr
@@ -30,5 +30,5 @@ note: required by a bound in `RClosure::<RawPtr<()>>::from_rust`
30
| pub fn from_rust<T, R, F: Fn(T) -> R + 'static>(vm: &Vm, fun: F) -> Self
31
| --------- required by a bound in this associated function
32
...
33
- | F: Send
+ | F: Send,
34
| ^^^^ required by this bound in `RClosure::<RawPtr<()>>::from_rust`
0 commit comments