diff options
| author | Yosh <github@yosh.is> | 2025-07-21 03:04:17 +0200 |
|---|---|---|
| committer | Yosh <github@yosh.is> | 2025-07-28 12:12:40 +0200 |
| commit | 68f08c5dd9f5bee706a221df13660cc9b3a71c93 (patch) | |
| tree | fa46d29906a6d932e87b2df2b14aa8dafd57648f /library/std/src | |
| parent | 9982d6462bedf1e793f7b2dbd655a4e57cdf67d4 (diff) | |
| download | rust-68f08c5dd9f5bee706a221df13660cc9b3a71c93.tar.gz rust-68f08c5dd9f5bee706a221df13660cc9b3a71c93.zip | |
Add `core::mem::DropGuard`
Fix CI for drop_guard fix CI fix all tidy lints fix tidy link add first batch of feedback from review Add second batch of feedback from review add third batch of feedback from review fix failing test Update library/core/src/mem/drop_guard.rs Co-authored-by: Ruby Lazuli <general@patchmixolydic.com> fix doctests Implement changes from T-Libs-API review And start tracking based on the tracking issue. fix tidy lint
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 323742a75b0..1b1e85cfc2f 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -331,6 +331,7 @@ #![feature(clone_to_uninit)] #![feature(core_intrinsics)] #![feature(core_io_borrowed_buf)] +#![feature(drop_guard)] #![feature(duration_constants)] #![feature(error_generic_member_access)] #![feature(error_iter)] |
