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.
test_toolchain_sort
1 parent 089d04b commit ac43134Copy full SHA for ac43134
src/toolchain/names.rs
@@ -675,6 +675,9 @@ mod tests {
675
"1.2.0-x86_64-unknown-linux-gnu",
676
"1.8.0-x86_64-unknown-linux-gnu",
677
"1.10.0-x86_64-unknown-linux-gnu",
678
+ "bar(baz)",
679
+ "foo#bar",
680
+ "this.is.not-a+semver",
681
]
682
.into_iter()
683
.map(|s| ToolchainName::try_from(s).unwrap())
@@ -688,6 +691,10 @@ mod tests {
688
691
689
692
"beta-x86_64-unknown-linux-gnu",
690
693
694
+ // https://github.com/rust-lang/rustup/issues/3517
695
696
697
698
699
700
0 commit comments