Skip to content

Rust 1.24.0

Compare
Choose a tag to compare
@pietroalbini pietroalbini released this 07 Sep 16:53
· 53363 commits to master since this release

Language

Compiler

Libraries

Stabilized APIs

The following functions can now be used in a constant expression. eg. let buffer: [u8; size_of::<usize>()];, static COUNTER: AtomicUsize = AtomicUsize::new(1);

Cargo

Misc

Compatibility Notes