aboutsummaryrefslogtreecommitdiff
path: root/ui/single/extern-interrupt-not-enough.stderr
diff options
context:
space:
mode:
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) {}