rust/compiler/rustc_monomorphize/src
bors db062de72b Auto merge of #90406 - nbdd0121:panic, r=cjgillot
Collect `panic/panic_bounds_check` during monomorphization

This would prevent link time errors if these functions are `#[inline]` (e.g. when `panic_immediate_abort` is used).

Fix #90405
Fix rust-lang/cargo#10019

`@rustbot` label: T-compiler A-codegen
2021-11-01 17:18:57 +00:00
..
partitioning Auto merge of #89933 - est31:let_else, r=michaelwoerister 2021-10-19 14:41:39 +00:00
collector.rs Collect panic/panic_bounds_check during monomorphization 2021-10-30 18:21:44 +01:00
lib.rs Revert "Add rustc lint, warning when iterating over hashmaps" 2021-10-28 11:01:42 -04:00
polymorphize.rs polymorphize: polymorphize shims 2021-10-01 17:08:06 +00:00
util.rs Move monomorphize code to its own crate. 2021-09-07 19:53:04 +02:00