Constant rustc_metadata::rmeta::METADATA_VERSION
source · const METADATA_VERSION: u8 = 8;
Expand description
Metadata encoding version.
N.B., increment this if you change the format of metadata such that
the rustc version can’t be found to compare with rustc_version()
.