rust/src/liballoc
bors 560b6ca6c0 Auto merge of #42565 - murarth:rc-from-slice, r=aturon
Implement From<&[T]> and others for Arc/Rc (RFC 1845)

* Implements `From<`{`&[T]`, `&str`, `String`, `Box<T> where T: ?Sized`, `Vec<T>`}`>` for `Arc`/`Rc`
* Removes `rustc_private`-marked methods `Rc::__from_array` and `Rc::__from_str`, replacing their use with `Rc::from`

Tracking issue: #40475
2017-08-23 23:20:32 +00:00
..
2017-08-15 21:56:30 +02:00
2017-06-13 23:37:34 -07:00
2017-08-15 15:29:17 -07:00
2017-06-13 23:37:34 -07:00
2017-08-18 16:32:38 +02:00
2017-08-11 15:59:11 -07:00
2017-06-13 23:37:34 -07:00
2017-06-30 08:34:53 -10:00
2017-08-15 15:29:17 -07:00