rustc-serialize icon indicating copy to clipboard operation
rustc-serialize copied to clipboard

Yank pre-0.3.20 versions

Open KamilaBorowska opened this issue 4 years ago • 0 comments

They don't compile due to patterns in functions without bodies.

error[E0642]: patterns aren't allowed in functions without bodies
   --> /home/xfix/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-serialize-0.3.19/src/serialize.rs:147:45
    |
147 | ...                   &f_name: &str,
    |                       ^^^^^^^ pattern not allowed in function without body

This affects cargo update -Z minimal-versions.

KamilaBorowska avatar Jul 07 '20 09:07 KamilaBorowska