This is the repository. I'm stumped as to why I am getting this error.
thread 'main' panicked at src/lib.rs:23:1:
OCaml closure with name 'print_local_def_id' not registered
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Fatal error: no domain lock held
Aborted (core dumped)
My first thought was to check if .exe.o was missing, but that was not the case. I also made sure to check if the Callback.register name is correct, which it is.
The code is really short, about 200 lines, so I'm wondering if you can see any obvious errors? It was working fine in the first commit, but that isn't that much different from the current one.
Thanks
This is the repository. I'm stumped as to why I am getting this error.
My first thought was to check if .exe.o was missing, but that was not the case. I also made sure to check if the Callback.register name is correct, which it is.
The code is really short, about 200 lines, so I'm wondering if you can see any obvious errors? It was working fine in the first commit, but that isn't that much different from the current one.
Thanks