File: panic-handler-export-name.stderr

package info (click to toggle)
rust-defmt 0.3.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 187 bytes parent folder | download
1
2
3
4
5
error: `#[panic_handler]` attribute cannot be used together with `#[export_name]`
 --> $DIR/panic-handler-export-name.rs:5:1
  |
5 | #[export_name = "hello"]
  | ^^^^^^^^^^^^^^^^^^^^^^^^