aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/tests/compile-fail/exception-twice.rs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-09-18use panic-halt instead of panic-{abort,semihosting}Gravatar Jorge Aparicio 1-1/+1
the former requires a feature gate; the later pulls in the cortex-m crate
2018-09-06add compile-fail tests; test only on nightlyGravatar Jorge Aparicio 1-0/+22
we'll test on beta when 1.30-beta is out