inline-rust icon indicating copy to clipboard operation
inline-rust copied to clipboard

Print out libraries that rust claims need to be linked in

Open harpocrates opened this issue 7 years ago • 0 comments

One way to do this is by calling cargo rustc -- --print=native-static-libs from the directory containing the Cargo.toml. It would be nice to parse this and print out a more user friendly message along the lines of "add these libraries to the extra-libraries: section of your cabal file".

harpocrates avatar May 11 '18 00:05 harpocrates