diff options
author | bors <bors@rust-lang.org> | 2023-02-12 11:09:06 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2023-02-12 11:09:06 +0000 |
commit | adb4bfd25d3c1190b0e7433ef945221d8aeea427 (patch) | |
tree | 506089b876ecb35668ca29ec5d0fcc122955c3fe /tests/rustdoc-js-std/parser-errors.js | |
parent | 51cb5614dde163c53aab73e2dc33bb9f388b50a8 (diff) | |
parent | 76e216f29b44322b52c49d8c56f20763beb271b5 (diff) | |
download | rust-adb4bfd25d3c1190b0e7433ef945221d8aeea427.tar.gz |
Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm
Use associated items of `char` instead of freestanding items in `core::char`
The associated functions and constants on `char` have been stable since 1.52 and the freestanding items have soft-deprecated since 1.62 (https://github.com/rust-lang/rust/pull/95566). This PR ~~marks them as "deprecated in future", similar to the integer and floating point modules (`core::{i32, f32}` etc)~~ replaces all uses of `core::char::*` with `char::*` to prepare for future deprecation of `core::char::*`.
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions