diff options
| author | Makai <m4kai410@gmail.com> | 2025-07-15 16:02:24 +0000 |
|---|---|---|
| committer | Makai <m4kai410@gmail.com> | 2025-07-18 18:49:12 +0000 |
| commit | 95338717f10b46dfac7ee8333672ede004ca212b (patch) | |
| tree | 0c644ed8307c9e409c628effa8a7617da78e24d2 /compiler/rustc_public_bridge/src/alloc.rs | |
| parent | a1deaa7097aa92bfb184824faf30791c03d190f8 (diff) | |
| download | rust-95338717f10b46dfac7ee8333672ede004ca212b.tar.gz rust-95338717f10b46dfac7ee8333672ede004ca212b.zip | |
Update docs in `rustc_public_bridge`
Diffstat (limited to 'compiler/rustc_public_bridge/src/alloc.rs')
| -rw-r--r-- | compiler/rustc_public_bridge/src/alloc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_public_bridge/src/alloc.rs b/compiler/rustc_public_bridge/src/alloc.rs index 4a4725390a0..ecf9004562c 100644 --- a/compiler/rustc_public_bridge/src/alloc.rs +++ b/compiler/rustc_public_bridge/src/alloc.rs @@ -1,4 +1,4 @@ -//! Internal memory allocator implementation for StableMIR. +//! Internal memory allocator implementation for rustc_public. //! //! This module handles all direct interactions with rustc queries and performs //! the actual memory allocations. The stable interface in `rustc_public::alloc` |
