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