about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-03-10 01:23:54 +0000
committerbors <bors@rust-lang.org>2024-03-10 01:23:54 +0000
commit768408af123a455fb27ad8af8055becd5b95d36f (patch)
tree488abcb703217d6b2461ccaa220b0be424e6c804 /compiler/rustc_codegen_gcc
parent2d24fe591f30386d6d5fc2bb941c78d7266bf10f (diff)
parent2a1f97f77ff2a6f6e27aae983420f4ee57056527 (diff)
downloadrust-768408af123a455fb27ad8af8055becd5b95d36f.tar.gz
rust-768408af123a455fb27ad8af8055becd5b95d36f.zip
Auto merge of #121662 - saethlin:precondition-unification, r=RalfJung
Distinguish between library and lang UB in assert_unsafe_precondition

As described in https://github.com/rust-lang/rust/pull/121583#issuecomment-1963168186, `assert_unsafe_precondition` now explicitly distinguishes between language UB (conditions we explicitly optimize on) and library UB (things we document you shouldn't do, and maybe some library internals assume you don't do).

`debug_assert_nounwind` was originally added to avoid the "only at runtime" aspect of `assert_unsafe_precondition`. Since then the difference between the macros has gotten muddied. This totally revamps the situation.

Now _all_ preconditions shall be checked with `assert_unsafe_precondition`. If you have a precondition that's only checkable at runtime, do a `const_eval_select` hack, as done in this PR.

r? RalfJung
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions