We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22b4ad commit dbdece8Copy full SHA for dbdece8
compiler/rustc_codegen_gcc/example/alloc_example.rs
@@ -18,7 +18,7 @@ extern "C" {
18
}
19
20
#[panic_handler]
21
-fn panic_handler(_: &core::panic::PanicInfo) -> ! {
+fn panic_handler(_: &core::panic::PanicInfo<'_>) -> ! {
22
core::intrinsics::abort();
23
24
compiler/rustc_codegen_gcc/example/mod_bench.rs
@@ -6,7 +6,7 @@
6
extern {}
7
8
9
10
11
12
0 commit comments