diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-01-01 22:24:06 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-01-01 22:31:53 -0800 |
| commit | f2ccdfd8914b7b8f8f8f2053f9ecd98d54ef95a6 (patch) | |
| tree | c4b42e27633b47edf08b898f565eab5b38493541 /src/libstd/sys/windows | |
| parent | cd614164e692cca3a1460737f581fcb6d4630baf (diff) | |
| download | rust-f2ccdfd8914b7b8f8f8f2053f9ecd98d54ef95a6.tar.gz rust-f2ccdfd8914b7b8f8f8f2053f9ecd98d54ef95a6.zip | |
std: Second pass stabilization for `boxed`
This commit performs a second pass over the `std::boxed` module, taking the following actions: * `boxed` is now stable * `Box` is now stable * `BoxAny` is removed in favor of a direct `impl Box<Any>` * `Box::downcast` remains unstable while the name of the `downcast` family of methods is determined. This is a breaking change due to the removal of the `BoxAny` trait (note that the `downcast` method still exists), and existing consumers of `BoxAny` simply need to remove the import in their modules. [breaking-change]
Diffstat (limited to 'src/libstd/sys/windows')
0 files changed, 0 insertions, 0 deletions
