Reuse monomorphized functions for different box types
The free glue for opaque boxes will pick the actual tydesc out of the box, and call its glue. Issue #1736
This commit is contained in:
@@ -191,6 +191,7 @@ debug_opaque(type_desc *t, uint8_t *front) {
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME this no longer reflects the actual structure of boxes!
|
||||
struct rust_box {
|
||||
RUST_REFCOUNTED(rust_box)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user