File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ file_names.iter().map(|x| x.as_str()).join(", "))]
240
240
DependencyResolutionNoSolution {
241
241
root_package_name : EcoString ,
242
242
derivation_tree :
243
- NeverEqual < pubgrub:: DerivationTree < String , pubgrub:: Ranges < Version > , String > > ,
243
+ Box < NeverEqual < pubgrub:: DerivationTree < String , pubgrub:: Ranges < Version > , String > > > ,
244
244
} ,
245
245
246
246
#[ error( "Dependency resolution failed: {0}" ) ]
@@ -456,7 +456,7 @@ impl Error {
456
456
match error {
457
457
ResolutionError :: NoSolution ( derivation_tree) => Self :: DependencyResolutionNoSolution {
458
458
root_package_name,
459
- derivation_tree : NeverEqual ( derivation_tree) ,
459
+ derivation_tree : Box :: new ( NeverEqual ( derivation_tree) ) ,
460
460
} ,
461
461
462
462
ResolutionError :: ErrorRetrievingDependencies {
You can’t perform that action at this time.
0 commit comments