You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnErr(io::Error::new(io::ErrorKind::InvalidData,format!(".rustc section should start with header {:?}; header {:?} is actually presented.",EXPECTED_HEADER,header)));
152
+
returnErr(io::Error::new(
153
+
io::ErrorKind::InvalidData,
154
+
format!("only metadata version 5 is supported, section header was: {:?}", header),
0 commit comments