Skip to main content

open_incremental_file

Function open_incremental_file 

Source
pub(crate) fn open_incremental_file(
    sess: &Session,
    path: &Path,
) -> Result<OpenFile, OpenFileError>
Expand description

Tries to open a file that was written by the previous incremental-compilation session, and checks that it was produced by a matching compiler version.