diff options
Diffstat (limited to 'ui/single/exception-invalid.stderr')
-rw-r--r-- | ui/single/exception-invalid.stderr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/single/exception-invalid.stderr b/ui/single/exception-invalid.stderr new file mode 100644 index 00000000..f7fc2922 --- /dev/null +++ b/ui/single/exception-invalid.stderr @@ -0,0 +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) {} + | ^^^^^^^^^^^^^^ + +error: aborting due to previous error + |