mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Fix unsafe AtomicRefCell<PersistentLayoutData> transmute due to memory alignment differences
This commit is contained in:
parent
48fdda3f07
commit
593e89086f
6 changed files with 39 additions and 0 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1403,7 +1403,9 @@ dependencies = [
|
|||
name = "layout_tests"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"layout 0.0.1",
|
||||
"script_layout_interface 0.0.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue