about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-05-26 13:31:02 +0900
committerGitHub <noreply@github.com>2021-05-26 13:31:02 +0900
commit587de8e5f9ef083b2546311f0c2c36bbad0ed8e3 (patch)
tree1ebba7f31a8086dac48e4dac2533f2153f2af4e5 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
parent0bc3066f4d8a779b780cc08ae0db1d84c9bdc95c (diff)
parentb63f7f9965c88314e3a83a2fcd57685c48fbade4 (diff)
downloadrust-587de8e5f9ef083b2546311f0c2c36bbad0ed8e3.tar.gz
rust-587de8e5f9ef083b2546311f0c2c36bbad0ed8e3.zip
Rollup merge of #85645 - scottmcm:demote-from-into-try, r=yaahc
Demote `ControlFlow::{from|into}_try` to `pub(crate)`

They have mediocre names and non-obvious semantics, so personally I don't think they're worth trying to stabilize, and thus might as well just be internal (they're used for convenience in iterator adapters), not something shown in the rustdocs.

I don't think anyone actually wanted to use them outside `core` -- they just got made public-but-unstable along with the whole type in https://github.com/rust-lang/rust/pull/76204 that promoted `LoopState` from an internal type to the exposed `ControlFlow` type.

cc https://github.com/rust-lang/rust/issues/75744, the tracking issue they mention.
cc https://github.com/rust-lang/rust/pull/85608, the PR where I'm proposing stabilizing the type.
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions