rust/compiler/rustc_codegen_ssa
Alex Crichton 4a3e73643a Update the backtrace crate in libstd
This commit updates the backtrace crate in libstd now that dependencies
have been updated to use `memchr` from the standard library as well.
This is mostly just making sure deps are up-to-date and have all the
latest-and-greatest fixes and such.

Closes rust-lang/backtrace-rs#432
2021-08-19 07:31:49 -07:00
..
src Replace #[plugin_registrar] with exporting __rustc_plugin_registrar 2021-08-10 14:20:48 +02:00
Cargo.toml Update the backtrace crate in libstd 2021-08-19 07:31:49 -07:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.