diff options
Diffstat (limited to 'ui/single/exception-invalid.stderr')
-rw-r--r-- | ui/single/exception-invalid.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/single/exception-invalid.stderr b/ui/single/exception-invalid.stderr index f7fc2922..306074b0 100644 --- a/ui/single/exception-invalid.stderr +++ b/ui/single/exception-invalid.stderr @@ -1,8 +1,8 @@ error: only exceptions with configurable priority can be used as hardware tasks --> $DIR/exception-invalid.rs:6:8 | -6 | fn NonMaskableInt(_: NonMaskableInt::Context) {} - | ^^^^^^^^^^^^^^ +6 | fn nmi(_: nmi::Context) {} + | ^^^ error: aborting due to previous error |