about summary refs log tree commit diff
path: root/src/test/ui/thinlto
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-07-09 21:01:56 +0200
committerGitHub <noreply@github.com>2019-07-09 21:01:56 +0200
commit8d0243a01ed1aaca220407fba0c761c9ef8d217a (patch)
tree1cd125c779225744991fa56e306f7e13689f0f1f /src/test/ui/thinlto
parentc57a223f15af31e5c11cfe7102e617510e204904 (diff)
parentb052fbb54b09f4bf5e428929758671419de87a63 (diff)
downloadrust-8d0243a01ed1aaca220407fba0c761c9ef8d217a.tar.gz
rust-8d0243a01ed1aaca220407fba0c761c9ef8d217a.zip
Rollup merge of #62527 - matklad:debug-assert, r=Centril
clarify that debug_assert does not completely omits the code

TIL that debug_assert is implemented using `if cfg!(debug_assertions)`
rather than `#[cfg(debug_assertions)]`. This means one can not use API
gated with `#[cfg(debug_assertions)]` in `debug_assert` family of
macros.
Diffstat (limited to 'src/test/ui/thinlto')
0 files changed, 0 insertions, 0 deletions