rust/compiler/rustc_metadata
Vadim Petrochenkov 4e8855bdc9 rustc_metadata: Make opt_item_ident in decoder faster and stricter
By avoiding formatting and allocations in the no-ident case, and by making the span mandatory if the ident exists.

Use the optimized `opt_item_ident` to cleanup `fn each_child_of_item`
2022-01-06 14:57:17 +08:00
..
src rustc_metadata: Make opt_item_ident in decoder faster and stricter 2022-01-06 14:57:17 +08:00
Cargo.toml replace dynamic library module with libloading 2021-12-06 12:03:47 -05:00