This commit is contained in:
tacryt-socryp 2024-08-22 17:02:37 -05:00
parent df03a242b3
commit 3364035913
2 changed files with 498 additions and 499 deletions

File diff suppressed because it is too large Load Diff

View File

@ -53,9 +53,10 @@ macro_rules! gdb {
// ``` // ```
// //
// (see https://docs.rs/assert_no_alloc/latest/assert_no_alloc/#advanced-use) // (see https://docs.rs/assert_no_alloc/latest/assert_no_alloc/#advanced-use)
#[cfg(debug_assertions)] /*#[cfg(debug_assertions)]
#[global_allocator] #[global_allocator]
static A: assert_no_alloc::AllocDisabler = assert_no_alloc::AllocDisabler; static A: assert_no_alloc::AllocDisabler = assert_no_alloc::AllocDisabler;
*/
pub(crate) use gdb; pub(crate) use gdb;