mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
0850949213
Add `MaybeDangling` to `core` This is the library part of adding `MaybeDangling`. Note that it doesn't actually do anything described in its docs (yet), I'll make a separate PR for that. Tracking issue: https://github.com/rust-lang/rust/issues/118166. r? libs cc `@RalfJung`