about summary refs log tree commit diff
path: root/src/test/codegen/stack-alloc-string-slice.cc
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-03-03 14:12:05 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-03-03 17:01:15 +0530
commit63a91c21d339738d2ed46e38fda7ca35b410935a (patch)
treea88eee225236f68fe0a9e1c4846dd91bdcca3d27 /src/test/codegen/stack-alloc-string-slice.cc
parent24a840d4897f0853cb034e5a1b51fb28cd450f11 (diff)
parentc1c02d9b0b1857136275b86e6064085a8278ce72 (diff)
downloadrust-63a91c21d339738d2ed46e38fda7ca35b410935a.tar.gz
rust-63a91c21d339738d2ed46e38fda7ca35b410935a.zip
Rollup merge of #22916 - rprichard:fmt-num-cleanup, r=alexcrichton
  * Make num::UpperHex private.  I was unable to determine why this struct
   is public.  The num module itself is not public, and the UpperHex struct
   is not referenced anywhere in the core::fmt module.  (Only the UpperHex
   trait is reference.)  num::LowerHex is not public.

 * Remove the suffix parameters from the macros that generate integral
   display traits.

   The code to print the Debug::fmt suffixes was removed when Show was
   renamed to Debug.  It was an intentional change.  From RFC 0565:

    * Focus on the *runtime* aspects of a type; repeating information such
      as suffixes for integer literals is not generally useful since that
      data is readily available from the type definition.

 * Because Show was renamed to Debug, rename show! to debug!.
Diffstat (limited to 'src/test/codegen/stack-alloc-string-slice.cc')
0 files changed, 0 insertions, 0 deletions