(_: Layout)
| 12 | /// See issue #52191. |
| 13 | #[alloc_error_handler] |
| 14 | fn alloc_error(_: Layout) -> ! { |
| 15 | loop {} |
| 16 | } |
| 17 | |
| 18 | lazy_static! { |
| 19 | /// The version of Microsoft Windows that is currently running. This is used by |
nothing calls this directly
no outgoing calls
no test coverage detected