diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2025-03-26 07:12:00 +0100 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2025-04-22 16:57:28 +0200 |
| commit | c6735f92c1b7e24a434d3882d5e2dd716cbbb0d3 (patch) | |
| tree | 9d71c1508c062ea47ea7453b7cf0fa9feb5142a7 /compiler/rustc_serialize/src/opaque.rs | |
| parent | 6bc57c6bf7d0024ad9ea5a2c112f3fc9c383c8a4 (diff) | |
| download | rust-c6735f92c1b7e24a434d3882d5e2dd716cbbb0d3.tar.gz rust-c6735f92c1b7e24a434d3882d5e2dd716cbbb0d3.zip | |
Add index to the dep graph format and encode via `MemEncoder`
Diffstat (limited to 'compiler/rustc_serialize/src/opaque.rs')
| -rw-r--r-- | compiler/rustc_serialize/src/opaque.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_serialize/src/opaque.rs b/compiler/rustc_serialize/src/opaque.rs index 0a55504a556..00bad8e70cf 100644 --- a/compiler/rustc_serialize/src/opaque.rs +++ b/compiler/rustc_serialize/src/opaque.rs @@ -10,6 +10,8 @@ use crate::int_overflow::DebugStrictAdd; use crate::leb128; use crate::serialize::{Decodable, Decoder, Encodable, Encoder}; +pub mod mem_encoder; + // ----------------------------------------------------------------------------- // Encoder // ----------------------------------------------------------------------------- |
