Constant rustc_incremental::persist::file_format::FILE_MAGIC
source · [−]const FILE_MAGIC: &'static [u8] = b"RSIC";
Expand description
The first few bytes of files generated by incremental compilation.
const FILE_MAGIC: &'static [u8] = b"RSIC";
The first few bytes of files generated by incremental compilation.