gnzlbg / cargo-asm

cargo subcommand showing the assembly or llvm-ir generated for Rust code
https://github.com/gnzlbg/cargo-asm
Other
1.18k stars 36 forks source link

Fix for new std crates directory structure in sysroot #240

Open coolreader18 opened 3 years ago

coolreader18 commented 3 years ago

Since 1.47, standard library crates have been in rustlib/src/rust/library/foo instead of rustlib/src/rust/src/libfoo. This fixes errors like #172

luciusmagn commented 1 year ago

Hi @gnzlbg, Could we get this merged?