Skip to content

Commit 7b6d644

Browse files
shamb0RalfJung
andauthored
Update src/concurrency/thread.rs
Co-authored-by: Ralf Jung <[email protected]>
1 parent 5f4f2e2 commit 7b6d644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concurrency/thread.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub type DyMachineCallback<'tcx> = Box<dyn MachineCallback<'tcx> + 'tcx>;
6363
#[macro_export]
6464
macro_rules! callback {
6565
(@capture<$tcx:lifetime $(,)? $($lft:lifetime),*> { $($name:ident: $type:ty),* $(,)? }
66-
@unblock = |$this:ident, $result:ident| $complete:expr $(,)?)
66+
@unblock = |$this:ident, $arg:ident| $body:expr $(,)?)
6767
=> {{
6868

6969
struct Callback<$tcx, $($lft),*> {

0 commit comments

Comments
 (0)