Commit f08e95b
committed
Limit the actionable error to install https inputs
Since I opened the PR, cargo started supporting `crate@version`
command-line inputs
2806270
and now the test input `git@bitbucket.org:jcmoyer/rust-tictactoe.git` is
parsed as a version string, which fails
the code path I added only deals with strings that weren't erroneously
parsed as version strings, so the section I highlighted above won't be
traversed, because `git@` strings now fail to parse as version strings
before they get here.
Delete the failing test1 parent ddea258 commit f08e95b
2 files changed
Lines changed: 1 addition & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
552 | | - | |
553 | | - | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | 544 | | |
558 | | - | |
559 | | - | |
| 545 | + | |
560 | 546 | | |
561 | 547 | | |
562 | 548 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1655 | 1655 | | |
1656 | 1656 | | |
1657 | 1657 | | |
1658 | | - | |
1659 | | - | |
1660 | | - | |
1661 | | - | |
1662 | | - | |
1663 | | - | |
1664 | | - | |
1665 | | - | |
1666 | | - | |
1667 | | - | |
1668 | | - | |
1669 | | - | |
1670 | | - | |
1671 | 1658 | | |
1672 | 1659 | | |
1673 | 1660 | | |
| |||
0 commit comments