6 lines
152 B
Plaintext
6 lines
152 B
Plaintext
error: `#[panic_handler]` attribute cannot be used together with `#[no_mangle]`
|
|
--> tests/ui/panic-handler-no-mangle.rs:5:1
|
|
|
|
|
5 | #[no_mangle]
|
|
| ^
|