Closed
Bug 1596503
Opened 6 years ago
Closed 6 years ago
error: unnecessary trailing semicolon with rust nightly
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
Details
Attachments
(1 file)
error: unnecessary trailing semicolon
--> gfx/wr/webrender/src/resource_cache.rs:1031:83
|
1031 | image.tiling = get_blob_tiling(image.tiling, blob_size, max_texture_size);;
| ^ help: remove this semicolon
|
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fb4b9875d44d
Remove unnecessary trailing semicolon with rust nightly (breaks the build) r=jrmuizel
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•