]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #50460 - F001:const_string, r=kennytm
authorkennytm <kennytm@gmail.com>
Wed, 9 May 2018 09:25:53 +0000 (17:25 +0800)
committerkennytm <kennytm@gmail.com>
Wed, 9 May 2018 12:29:42 +0000 (20:29 +0800)
Make `String::new()` const

Following the steps of https://github.com/rust-lang/rust/pull/50233 , make `String::new()` a `const fn`.


No differences found