We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f4874 commit 81f1863Copy full SHA for 81f1863
src/rt/rust_upcall.cpp
@@ -67,8 +67,6 @@ upcall_malloc(rust_task *task, size_t nbytes, type_desc *td) {
67
// TODO: Maybe use dladdr here to find a more useful name for the
68
// type_desc.
69
70
- // TODO: Implement RUST_TRACK_ORIGINS
71
-
72
void *p = task->malloc(nbytes, "tdesc", td);
73
memset(p, '\0', nbytes);
74
0 commit comments