]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #50441 - kornelski:debughint, r=kornelski
authorbors <bors@rust-lang.org>
Sat, 5 May 2018 14:29:42 +0000 (14:29 +0000)
committerbors <bors@rust-lang.org>
Sat, 5 May 2018 14:29:42 +0000 (14:29 +0000)
Suggest more helpful formatting string

Based on [user feedback](https://users.rust-lang.org/t/ux-feedback-from-a-rust-newbie/17220) the minimal suggestion of `:?` is unclear.

Also `{:#?}` is much more readable than the standard debug, so this PR suggests it to help surface this nice feature.


Trivial merge