weiznich / rust-foundation-community-grant

20 stars 6 forks source link

native-tls error messages from underlying c library #5

Closed 1Dragoon closed 2 years ago

1Dragoon commented 2 years ago

Not sure whether this is in scope as it's not exactly a trait heavy issue (I think, I haven't gone through the source yet) but I remember this one bothering me pretty bad when I ran into it:

https://github.com/sfackler/rust-native-tls/issues/228

One reason this one can be potential trouble is that the errors in this crate will vary depending on the OS. Feel free to close if this isn't what you're looking for.

weiznich commented 2 years ago

Thanks for raising this issue here. The described error seems to be a linker error rather than an error emitted by rustc. Such errors are unfortunately not in the scope of my planed work.