Open
Description
It'd be helpful if we instead passed up a linkage error message with the name of the failing symbol.
Unfortunately, this may require yet another SemVer-breaking change.
Note that this only applies to the Windows version of libloading
. The Linux version includes the name of the symbol in the system error message.
It's debatable as to whether a patch should be created for bindgen
or libloading
.