pull/140/merge
Thomas Eizinger 2 weeks ago committed by GitHub
commit 21a7dd216e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -319,7 +319,7 @@ fn try_{{crate_name}}(ctx: PerfEventContext) -> Result<u32, u32> {
} }
{%- endcase %} {%- endcase %}
#[cfg(not(test))] #[cfg(target_arch = "bpf")]
#[panic_handler] #[panic_handler]
fn panic(_info: &core::panic::PanicInfo) -> ! { fn panic(_info: &core::panic::PanicInfo) -> ! {
loop {} loop {}

Loading…
Cancel
Save