diff options
| author | Henrik Tjäder <henrik@grepit.se> | 2021-03-03 08:55:19 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@grepit.se> | 2021-03-03 08:55:19 +0100 |
| commit | a5795a8f45f73099d88817fc8eb6c265689b862e (patch) | |
| tree | 29cfcd9a9b10764ddf87259cc6212ad4e2dfd9bd /ui/exception-invalid.stderr | |
| parent | 612efaf0c436489e1cf09c2e87b329a7318f71b4 (diff) | |
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 0000000..9021376 --- /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) {} + | ^^^ |
