We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb37d3 commit 32a4e82Copy full SHA for 32a4e82
mmtk/build.rs
@@ -71,6 +71,7 @@ fn main() {
71
.allowlist_item("jl_*_tag")
72
.allowlist_item("jl_svec_t")
73
.allowlist_item("jl_module_t")
74
+ .allowlist_item("jl_method_t")
75
.allowlist_item("jl_task_t")
76
.allowlist_item("jl_datatype_t")
77
.allowlist_item("jl_weakref_t")
0 commit comments