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 bc81d58 commit 853f047Copy full SHA for 853f047
crates/proc-macro-api/src/version.rs
@@ -126,7 +126,7 @@ pub fn read_version(dylib_path: &AbsPath) -> io::Result<String> {
126
let len_bytes = &dot_rustc[8..12];
127
let data_len = u32::from_be_bytes(len_bytes.try_into().unwrap()) as usize;
128
&dot_rustc[12..data_len + 12]
129
- },
+ }
130
_ => {
131
return Err(io::Error::new(
132
io::ErrorKind::InvalidData,
0 commit comments