@@ -3,15 +3,15 @@ source: tests/solver.rs
3
3
expression : error
4
4
-- -
5
5
The following packages are incompatible
6
- | -- a * cannot be installed because there are no viable options :
7
- | -- a 1 | 2 would require
8
- | -- b * , which cannot be installed because there are no viable options :
9
- | -- b 2 would require
10
- | -- c >= 2 , < 3 , which cannot be installed because there are no viable options :
11
- | -- c 2 would constrain
12
- | -- a >= 3 , < 4 , which conflicts with any installable versions previously reported
13
- | -- b 1 would require
14
- | -- c >= 1 , < 2 , which cannot be installed because there are no viable options :
15
- | -- c 1 would constrain
16
- | -- a >= 3 , < 4 , which conflicts with any installable versions previously reported
6
+ └─ a * cannot be installed because there are no viable options :
7
+ └─ a 1 | 2 would require
8
+ └─ b * , which cannot be installed because there are no viable options :
9
+ ├─ b 2 would require
10
+ │ └─ c >= 2 , < 3 , which cannot be installed because there are no viable options :
11
+ │ └─ c 2 would constrain
12
+ │ └─ a >= 3 , < 4 , which conflicts with any installable versions previously reported
13
+ └─ b 1 would require
14
+ └─ c >= 1 , < 2 , which cannot be installed because there are no viable options :
15
+ └─ c 1 would constrain
16
+ └─ a >= 3 , < 4 , which conflicts with any installable versions previously reported
17
17
0 commit comments