warning: use of deprecated attribute `panic_implementation`: This attribute was renamed to `panic_handler`. See https://github.com/rust-lang/rust/issues/44489#issuecomment-415140224
--> src/bin/test-task-basic-process.rs:52:1
|
52 | #[panic_implementation]
| ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
|
= note: #[warn(deprecated)] on by default
Addresses the following warning: