diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2023-04-05 14:46:09 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2023-04-06 00:54:07 -0700 |
| commit | 5cb23e4a439df21e90d5a4789b5d61b2586ee2d2 (patch) | |
| tree | a40886013842bf18eaab52faa959f257b502f894 /compiler/rustc_query_impl/src | |
| parent | 540a50df0fb23127edf0b35b0e497748e24bba1a (diff) | |
| download | rust-5cb23e4a439df21e90d5a4789b5d61b2586ee2d2.tar.gz rust-5cb23e4a439df21e90d5a4789b5d61b2586ee2d2.zip | |
Remove f32 & f64 from MemDecoder/MemEncoder
Diffstat (limited to 'compiler/rustc_query_impl/src')
| -rw-r--r-- | compiler/rustc_query_impl/src/on_disk_cache.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_query_impl/src/on_disk_cache.rs b/compiler/rustc_query_impl/src/on_disk_cache.rs index 35b7e5919e4..9aa8231dcda 100644 --- a/compiler/rustc_query_impl/src/on_disk_cache.rs +++ b/compiler/rustc_query_impl/src/on_disk_cache.rs @@ -1046,8 +1046,6 @@ impl<'a, 'tcx> Encoder for CacheEncoder<'a, 'tcx> { emit_i8(i8); emit_bool(bool); - emit_f64(f64); - emit_f32(f32); emit_char(char); emit_str(&str); emit_raw_bytes(&[u8]); |
