rust/library/core
Mara Bos 2967e58be3
Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnay
Constantify `UnsafeCell::into_inner` and related

Tracking issue: #78729

This PR constantifies:
- `UnsafeCell::into_inner`
- `Cell::into_inner`
- `RefCell::into_inner`
- `Atomic*::into_inner`

r? `````@dtolnay`````
2020-11-08 13:36:14 +01:00
..
benches Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
src Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnay 2020-11-08 13:36:14 +01:00
tests Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnay 2020-11-08 13:36:14 +01:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00