aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/tests/compile-fail/default-handler-bad-signature-2.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23Make it unsafe to define NMI handlersGravatar Jonas Schievink 1-2/+2
2018-10-26update error messages in compile-fail testsGravatar Jorge Aparicio 1-2/+2
2018-09-18use panic-halt instead of panic-{abort,semihosting}Gravatar Jorge Aparicio 1-1/+1
2018-09-06test that function with wrong return types are rejectedGravatar Jorge Aparicio 1-0/+18
2018-09-06relax checks of the signatures of `entry` and the exceptionsGravatar Jorge Aparicio 1-16/+0
2018-09-06add compile-fail tests; test only on nightlyGravatar Jorge Aparicio 1-0/+16