We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a71da5 commit cb7ebf6Copy full SHA for cb7ebf6
compiler/rustc_metadata/src/rmeta/mod.rs
@@ -56,7 +56,7 @@ pub(crate) fn rustc_version(cfg_version: &'static str) -> String {
56
/// Metadata encoding version.
57
/// N.B., increment this if you change the format of metadata such that
58
/// the rustc version can't be found to compare with `rustc_version()`.
59
-const METADATA_VERSION: u8 = 9;
+const METADATA_VERSION: u8 = 10;
60
61
/// Metadata header which includes `METADATA_VERSION`.
62
///
0 commit comments