]> git.lizzy.rs Git - rust.git/commit
Auto merge of #32054 - seanmonstar:impl-debug-core, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 21 Mar 2016 07:07:33 +0000 (00:07 -0700)
committerbors <bors@rust-lang.org>
Mon, 21 Mar 2016 07:07:33 +0000 (00:07 -0700)
commit7ec8f5c3699bf16c452cff6abaeda26abaeef02c
tree03778fce618b1d5dd712a9fbef1d7c6b731746ee
parent6c4b1f18f3c2a2de17c3562d6557a445b627bcc1
parente0945937c4d6786af0b03a11c8cec2c34cde7662
Auto merge of #32054 - seanmonstar:impl-debug-core, r=alexcrichton

libcore: add Debug implementations to most missing types

Also adds `#![deny(missing_debug_implementations)]` to the core crate.

cc #31869
src/libcore/lib.rs
src/libcore/slice.rs
src/libcore/str/mod.rs
src/libcore/sync/atomic.rs