We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786b507 commit bc435e1Copy full SHA for bc435e1
compiler/rustc_metadata/src/rmeta/decoder.rs
@@ -689,7 +689,7 @@ impl MetadataBlob {
689
}
690
691
let found_version = LazyValue::<String>::from_position(
692
- NonZeroUsize::new(METADATA_HEADER.len() + 4).unwrap(),
+ NonZeroUsize::new(METADATA_HEADER.len() + 8).unwrap(),
693
)
694
.decode(self);
695
if rustc_version(cfg_version) != found_version {
0 commit comments