E.g. http://doc.rust-lang.org/nightly/std/intrinsics/fn.volatile_set_memory.html ``` pub unsafe fn volatile_set_memory<T>(*mut T, u8, usize) ``` vs. http://doc.rust-lang.org/nightly/core/intrinsics/fn.volatile_set_memory.html ``` pub unsafe fn volatile_set_memory<T>(dst: *mut T, val: u8, count: usize) ``` The docs refer to parameters by name, so this functionality is useful.
E.g. http://doc.rust-lang.org/nightly/std/intrinsics/fn.volatile_set_memory.html
vs. http://doc.rust-lang.org/nightly/core/intrinsics/fn.volatile_set_memory.html
The docs refer to parameters by name, so this functionality is useful.