rust-osdev / linked-list-allocator

Apache License 2.0
219 stars 53 forks source link

no method named `write` found for type `*mut hole::Hole` #10

Closed kyegupov closed 6 years ago

kyegupov commented 6 years ago
error[E0599]: no method named `write` found for type `*mut hole::Hole` in the current scope
  --> src/hole.rs:29:13
   |
29 |         ptr.write(Hole { size: hole_size, next: None, });
   |             ^^^^^
kyegupov commented 6 years ago

my bad, my nightly was too old