diff options
author | 2021-03-03 08:55:19 +0100 | |
---|---|---|
committer | 2021-03-03 08:55:19 +0100 | |
commit | a5795a8f45f73099d88817fc8eb6c265689b862e (patch) | |
tree | 29cfcd9a9b10764ddf87259cc6212ad4e2dfd9bd /ui/exception-invalid.stderr | |
parent | 612efaf0c436489e1cf09c2e87b329a7318f71b4 (diff) | |
download | rtic-a5795a8f45f73099d88817fc8eb6c265689b862e.tar.gz rtic-a5795a8f45f73099d88817fc8eb6c265689b862e.tar.zst rtic-a5795a8f45f73099d88817fc8eb6c265689b862e.zip |
Remove keyword single for all tests
Diffstat (limited to 'ui/exception-invalid.stderr')
-rw-r--r-- | ui/exception-invalid.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/exception-invalid.stderr b/ui/exception-invalid.stderr new file mode 100644 index 00000000..90213768 --- /dev/null +++ b/ui/exception-invalid.stderr @@ -0,0 +1,5 @@ +error: only exceptions with configurable priority can be used as hardware tasks + --> $DIR/exception-invalid.rs:6:8 + | +6 | fn nmi(_: nmi::Context) {} + | ^^^ |