granite-rust/library/alloc
Matthias Krüger b8f71eaf01
Rollup merge of #109814 - est31:stabilize_string_leak, r=Amanieu
Stabilize String::leak

Stabilizes the following API:

```Rust
impl String {
    pub fn leak(self) -> &'static mut str;
}
```

closes #102929

blocked by having an FCP for stabilization.
2023-06-14 18:10:28 +02:00
..
benches remove some unneeded imports 2023-04-12 19:27:18 +02:00
src Rollup merge of #109814 - est31:stabilize_string_leak, r=Amanieu 2023-06-14 18:10:28 +02:00
tests ignore core, alloc and test tests that require unwinding on panic=abort 2023-06-13 15:53:24 +02:00
Cargo.toml Revert "Report allocation errors as panics" 2023-04-25 00:08:37 +02:00