fix(scheme/user): deadlocks inside call_extended_inner

Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
Anhad Singh
2025-11-27 14:36:33 +11:00
parent 27465b6132
commit 4ff82ad8b5
4 changed files with 72 additions and 21 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ use core::marker::PhantomData;
/// hierarchy either RA or RB must be on a level that the other.
///
/// At some point in time we would want Level to be replaced by usize, however
/// with current cont generics (rust 1.55), we cannot compare const generic arguments
/// with current const generics (rust 1.55), we cannot compare const generic arguments
/// so we are left with this mess.
pub trait Level {}