diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-10-23 12:30:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-23 12:30:11 -0400 |
commit | 7544ce7890c0abe0a2d0de880092179788099286 (patch) | |
tree | f636015425517e350f38ee17892d6902fcb5c029 /components/script/task_source/mod.rs | |
parent | 30d9962b7018710e1d8633a108ec4602c8c9d2d2 (diff) | |
parent | 47364f64efa2242df2d1b16a0aa264ff64fd4a53 (diff) | |
download | servo-7544ce7890c0abe0a2d0de880092179788099286.tar.gz servo-7544ce7890c0abe0a2d0de880092179788099286.zip |
Auto merge of #22000 - oli-obk:master, r=jdm
Add a workaround for a rustc ICE
While https://github.com/rust-lang/rust/issues/55223 is being fixed, this workaround will allow servo to compile on the latest nightly rustc
r? @SimonSapin
---
- [ ] `./mach build -d` does not report any errors
* I'm getting
```
Collecting voluptuous==0.10.5 (from -r /home/oliver/Projects/rust/servo/python/requirements.txt (line 18))
Using cached https://files.pythonhosted.org/packages/c3/81/c84f8a3e723b760fdd1c41fc80201cb80cd29c1bce5159d8918c58df7d2a/voluptuous-0.10.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-Qdty2x/voluptuous/setup.py", line 16, in <module>
f.write(long_description)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 1229: ordinal not in range(128)
```
locally, no clue how to continue from there. The script crate compiles fine with `cargo build`
- [ ] `./mach test-tidy` does not report any errors
- [X] These changes do not require tests because the `script` crate just won't compile without this change
<!-- 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/22000)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/task_source/mod.rs')
0 files changed, 0 insertions, 0 deletions