diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2016-10-07 14:54:42 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2016-10-07 14:58:54 +0200 |
commit | ea97e9850b7388b9bd7d43cfaedddfa06af395ff (patch) | |
tree | 77514503c24214abe5997f37ff08db1a54eedde3 /components/script/dom/htmliframeelement.rs | |
parent | e23959a7618e8e7b7ca20300a2afeb1ac77712f3 (diff) | |
download | servo-ea97e9850b7388b9bd7d43cfaedddfa06af395ff.tar.gz servo-ea97e9850b7388b9bd7d43cfaedddfa06af395ff.zip |
Blind attempt to fix #13626
The error message was:
```
error: unknown character escape: d
--> C:\projects\servo\target\debug\build\style-9b556a6c7bb4f044\out/properties.rs:44:55
|
44 | #[path="C:/projects/servo/components/style/properties\declaration_block.rs"]
|
```
Use `repr()` to get a Python string literal (whose character escaping
is compatible enough with Rust’s) and `[1:-1]` to remove the single quotes.
Diffstat (limited to 'components/script/dom/htmliframeelement.rs')
0 files changed, 0 insertions, 0 deletions