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 df7b428 commit 54acf87Copy full SHA for 54acf87
crates/proc-macro-api/src/version.rs
@@ -131,7 +131,7 @@ pub fn read_version(dylib_path: &AbsPath) -> io::Result<String> {
131
let len_bytes = &dot_rustc[8..16];
132
let data_len = u64::from_le_bytes(len_bytes.try_into().unwrap()) as usize;
133
(&dot_rustc[16..data_len + 12], 17)
134
- }
+ }
135
_ => {
136
return Err(io::Error::new(
137
io::ErrorKind::InvalidData,
0 commit comments