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 99b4a49 commit eacdfd2Copy full SHA for eacdfd2
crates/cargo-util-schemas/src/core/package_id_spec.rs
@@ -641,12 +641,12 @@ mod tests {
641
ErrorKind::UnexpectedQueryString(_)
642
);
643
err!(
644
- "registry+https://github.com/rust-lang/cargo#0.52.0?branch=dev",
645
- ErrorKind::PartialVersion(_)
+ "registry+https://github.com/rust-lang/cargo?branch=dev#0.52.0",
+ ErrorKind::UnexpectedQueryString(_)
646
647
648
- "sparse+https://github.com/rust-lang/cargo#0.52.0?branch=dev",
649
+ "sparse+https://github.com/rust-lang/cargo?branch=dev#0.52.0",
650
651
err!("@1.2.3", ErrorKind::NameValidation(_));
652
err!("registry+https://github.com", ErrorKind::NameValidation(_));
0 commit comments