Skip to content

Commit 3f834c1

Browse files
committed
Fixed output of safety test
1 parent 98958a7 commit 3f834c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tests/safety/test_rclosure_not_send.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ note: required by a bound in `RClosure::<RawPtr<()>>::from_rust`
3030
| pub fn from_rust<T, R, F: Fn(T) -> R + 'static>(vm: &Vm, fun: F) -> Self
3131
| --------- required by a bound in this associated function
3232
...
33-
| F: Send
33+
| F: Send,
3434
| ^^^^ required by this bound in `RClosure::<RawPtr<()>>::from_rust`

0 commit comments

Comments
 (0)