Skip to content

Commit

Permalink
Update src/concurrency/thread.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Jung <[email protected]>
  • Loading branch information
shamb0 and RalfJung authored Dec 27, 2024
1 parent 5f4f2e2 commit 7b6d644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concurrency/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub type DyMachineCallback<'tcx> = Box<dyn MachineCallback<'tcx> + 'tcx>;
#[macro_export]
macro_rules! callback {
(@capture<$tcx:lifetime $(,)? $($lft:lifetime),*> { $($name:ident: $type:ty),* $(,)? }
@unblock = |$this:ident, $result:ident| $complete:expr $(,)?)
@unblock = |$this:ident, $arg:ident| $body:expr $(,)?)
=> {{

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

0 comments on commit 7b6d644

Please sign in to comment.