Commit f0be698
committed
Use "-C panic=abort" instead of "-Zno-landing-pads"
Needed because rust removed support for "-Zno-landing-pads":
rust-lang/rust@bf45975
This caused our Code Coverage build to fail:
https://travis-ci.com/github/newsboat/newsboat/jobs/326201747#L651-L656
Also adding "-Zpanic_abort_tests" to allow `panic=abort` in libtest:
rust-lang/rust#641581 parent 8a67e53 commit f0be698
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments