Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of #111656 - finnbear:string_leak_unbounded_lifetime, r=…
…Amanieu Use an unbounded lifetime in `String::leak`. Using `'a` instead of `'static` is predicted to make the process of making `String` generic over an allocator easier/less of a breaking change. See: - #109814 (comment) - #109814 (comment) ACP: rust-lang/libs-team#109
- Loading branch information