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 558ef52 commit ec430fbCopy full SHA for ec430fb
src/manually_traced/core.rs
@@ -149,6 +149,10 @@ macro_rules! trace_array {
149
target => [T; $size],
150
params => [T],
151
null_trace => { where T: NullTrace },
152
+ bounds => {
153
+ GcRebrand => { where T: GcRebrand<'new_gc, Id>, T::Branded: Sized },
154
+ GcErase => { where T: GcErase<'min, Id>, T::Erased: Sized },
155
+ },
156
NEEDS_TRACE => T::NEEDS_TRACE,
157
NEEDS_DROP => T::NEEDS_DROP,
158
branded_type => [<T as GcRebrand<'new_gc, Id>>::Branded; $size],
0 commit comments