diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-05-01 16:06:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-01 16:06:45 -0500 |
commit | 52920ed645b95a7e2ad1bb055c02f566b0943be6 (patch) | |
tree | ba0bf2f93599cb96222b634d59b24ff586cbad21 /components/script/layout_image.rs | |
parent | e92a79619e750c3c603cf420e6e7a234876d70a5 (diff) | |
parent | a239419cc0692cec5a9b35de8d3ad472276b8c1a (diff) | |
download | servo-52920ed645b95a7e2ad1bb055c02f566b0943be6.tar.gz servo-52920ed645b95a7e2ad1bb055c02f566b0943be6.zip |
Auto merge of #16680 - mbrubeck:abort, r=jdm
Replace intrinsics::abort with process::abort
This removes some unsafe/unstable code and replaces it with a new safe/stable alternative.
Note that `process::abort` is not identical to `intrinsics::abort`, since it runs global cleanups to do things like flush stderr (though neither function performs stack unwinding). I don't *think* the difference matters for our use cases.
---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they should not change functionality
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16680)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/layout_image.rs')
0 files changed, 0 insertions, 0 deletions