aboutsummaryrefslogtreecommitdiff
path: root/ui/single/extern-interrupt-used.stderr
blob: 8707b1d2e7bf103f0f3a8f14d662bcc30f82ae72 (plain)
1
2
3
4
5
6
7
8
error: `extern` interrupts can't be used as hardware tasks
 --> $DIR/extern-interrupt-used.rs:5:25
  |
5 |     #[interrupt(binds = UART0)]
  |                         ^^^^^

error: aborting due to previous error