Sam Buercklin

Results 21 issues of Sam Buercklin

When I compile the following `lib.rs` with the accompanying `Cargo.toml` for `x86_64-pc-windows-gnu`, the function `test_fn` is missing from the resulting DLL. However, this code compiles and exposes `test_fn` for `x86_64-unknown-linux-gnu,...

upstream