Created
June 3, 2015 21:31
-
-
Save metajack/97e81bc6d8f8fbdff387 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiling layout v0.0.1 (file:///home/jack/src/servo/components/servo) | |
/home/jack/src/servo/components/layout/construct.rs:347:43: 347:50 error: mismatched types: | |
expected `alloc::arc::Arc<flow::Flow>`, | |
found `alloc::arc::Arc<flow::Flow>` | |
(lifetime mismatch) [E0308] | |
/home/jack/src/servo/components/layout/construct.rs:347 new_child.add_new_child(child.clone()); | |
^~~~~~~ | |
/home/jack/src/servo/components/layout/construct.rs:347:43: 347:50 help: run `rustc --explain E0308` to see a detailed explanation | |
/home/jack/src/servo/components/layout/construct.rs:338:87: 369:6 note: the anonymous lifetime #3 defined on the block at 338:86... | |
/home/jack/src/servo/components/layout/construct.rs:338 child_node: &ThreadSafeLayoutNode) { | |
/home/jack/src/servo/components/layout/construct.rs:339 if !flow.is_block_flow() { | |
/home/jack/src/servo/components/layout/construct.rs:340 return | |
/home/jack/src/servo/components/layout/construct.rs:341 } | |
/home/jack/src/servo/components/layout/construct.rs:342 | |
/home/jack/src/servo/components/layout/construct.rs:343 if child.is_table_cell() { | |
... | |
note: ...does not necessarily outlive the static lifetime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment