rust/src/libnative
Ariel Ben-Yehuda def2232595 Issue #13933: Remove transmute_mut from IO
The IO libraries casted self to mut so they can pass it to seek(SEEK_CUR, 0).
Fix this by introducing a private seek function that takes &self
  - of course one should be careful with it if he lacks an
    exclusive reference to self.
2014-05-28 19:25:51 +03:00
..
io Issue #13933: Remove transmute_mut from IO 2014-05-28 19:25:51 +03:00
lib.rs Move std::{reflect,repr,Poly} to a libdebug crate 2014-05-27 21:44:51 -07:00
task.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00