diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-09 21:01:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-09 21:01:56 +0200 |
| commit | 8d0243a01ed1aaca220407fba0c761c9ef8d217a (patch) | |
| tree | 1cd125c779225744991fa56e306f7e13689f0f1f /src/test/ui/thinlto | |
| parent | c57a223f15af31e5c11cfe7102e617510e204904 (diff) | |
| parent | b052fbb54b09f4bf5e428929758671419de87a63 (diff) | |
| download | rust-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
