Files
rust/compiler
bors 8dfb339541 Auto merge of #105997 - RalfJung:immediate-abort, r=eholk
abort immediately on bad mem::zeroed/uninit

Now that we have non-unwinding panics, let's use them for these assertions. This re-establishes the property that `mem::uninitialized` and `mem::zeroed` will never unwind -- the earlier approach of causing panics here sometimes led to hard-to-debug segfaults when the surrounding code was not able to cope with the unexpected unwinding.

Cc `@bjorn3` I did not touch cranelift but I assume it needs a similar patch. However it has a `codegen_panic` abstraction that I did not want to touch since I didn't know how else it is used.
2022-12-25 20:51:37 +00:00
..
2022-12-06 14:45:58 +00:00
2022-12-25 00:43:50 +01:00
2022-12-25 00:43:50 +01:00
2022-12-25 00:43:50 +01:00
2022-12-12 19:49:53 +01:00
2022-12-25 00:43:50 +01:00
2022-10-16 15:10:40 +01:00
2022-12-25 00:43:50 +01:00
2022-10-23 10:09:44 +02:00
2022-12-25 00:43:50 +01:00