rust/library/core/src/str
bors 4e3e6db011 Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr
Implement the new desugaring from `try_trait_v2`

~~Currently blocked on https://github.com/rust-lang/rust/issues/84782, which has a PR in https://github.com/rust-lang/rust/pull/84811~~ Rebased atop that fix.

`try_trait_v2` tracking issue: https://github.com/rust-lang/rust/issues/84277

Unfortunately this is already touching a ton of things, so if you have suggestions for good ways to split it up, I'd be happy to hear them.  (The combination between the use in the library, the compiler changes, the corresponding diagnostic differences, even MIR tests mean that I don't really have a great plan for it other than trying to have decently-readable commits.

r? `@ghost`

~~(This probably shouldn't go in during the last week before the fork anyway.)~~ Fork happened.
2021-05-18 20:50:01 +00:00
..
converts.rs Convert primitives to use intra-doc links 2021-02-25 20:31:53 -05:00
error.rs Add #[inline] to the Utf8Error accessors. 2020-10-18 15:38:32 +02:00
iter.rs Perf Experiment: Wait, what if I just skip the trait alias 2021-05-06 11:37:46 -07:00
lossy.rs Move utf-8 validating helpers to new mod 2020-09-26 05:20:53 +00:00
mod.rs str::is_char_boundary - few comments 2021-04-30 20:51:30 +02:00
pattern.rs Fixed some intra-docs links in library/core 2020-09-18 07:49:29 +08:00
traits.rs Convert the rest of the standard library primitives to intra-doc links 2021-02-25 20:32:49 -05:00
validations.rs Remove semicolon from internal err macro 2020-11-18 23:10:35 -05:00