This website contains notes and presentations from the Chicago Rust Meetup
FnBox
, hello Box<dyn FnOnce>
!unsafe fn
pointers.dbg!()
with no arguments.mem::uninitialized
is deprecated, use MaybeUninit
instead!Error::type_id
. A fix was issued in Rust 1.34.2.