rust/src/libcore/fmt
bors 5ebf74851d Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis
Stabilise feature(never_type). Introduce feature(exhaustive_patterns)

This stabilizes `!`, removing the feature gate as well as the old defaulting-to-`()` behavior. The pattern exhaustiveness checks which were covered by `feature(never_type)` have been moved behind a new `feature(exhaustive_patterns)` gate.
2018-03-14 23:43:04 +00:00
..
rt Add missing Eq implementations 2016-09-18 14:26:49 +02:00
builders.rs Keep access to private Formatter fields in Formatter methods 2017-11-27 14:37:40 +01:00
float.rs Changed back inline markings. 2018-01-30 05:31:38 -07:00
mod.rs Auto merge of #47630 - canndrew:exhaustive-patterns, r=nikomatsakis 2018-03-14 23:43:04 +00:00
num.rs Added inline to fmt for debug implementations of primitives. 2018-01-28 21:55:05 -07:00