rust/library/core/src/panic
Thalia Archibald 638b226a6a Remove #[cfg(not(test))] gates in core
These gates are unnecessary now that unit tests for `core` are in a
separate package, `coretests`, instead of in the same files as the
source code. They previously prevented the two `core` versions from
conflicting with each other.
2025-03-06 13:21:59 -08:00
..
location.rs Rename doctest attribute standalone-crate into standalone_crate for coherency 2024-09-29 13:01:41 +02:00
panic_info.rs replace placeholder version 2024-11-27 12:10:21 +00:00
unwind_safe.rs Remove #[cfg(not(test))] gates in core 2025-03-06 13:21:59 -08:00