aboutsummaryrefslogtreecommitdiff
path: root/ui/single/extern-interrupt-not-enough.stderr
diff options
context:
space:
mode:
authorPer Lindgren <per.lindgren@ltu.se>2020-10-23 10:35:56 +0200
committerPer Lindgren <per.lindgren@ltu.se>2020-10-23 23:58:09 +0200
commit1c244a995d54332649c1643aa0a3178f169406e4 (patch)
treeef7676e7439ccf9407fcde998a654d9700f20524 /ui/single/extern-interrupt-not-enough.stderr
parent86699039e99229049ee3c739eaf860acc70a1bf7 (diff)
move dispatchers to app argument
Diffstat (limited to 'ui/single/extern-interrupt-not-enough.stderr')
-rw-r--r--ui/single/extern-interrupt-not-enough.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/single/extern-interrupt-not-enough.stderr b/ui/single/extern-interrupt-not-enough.stderr
index 73ce7ad..14f8fe9 100644
--- a/ui/single/extern-interrupt-not-enough.stderr
+++ b/ui/single/extern-interrupt-not-enough.stderr
@@ -1,4 +1,4 @@
-error: not enough `extern` interrupts to dispatch all software tasks (need: 1; given: 0)
+error: not enough interrupts to dispatch all software tasks (need: 1; given: 0)
--> $DIR/extern-interrupt-not-enough.rs:6:8
|
6 | fn a(_: a::Context) {}