Changes between Initial Version and Version 1 of Ticket #52247, comment 12


Ignore:
Timestamp:
Nov 19, 2016, 5:27:05 PM (7 years ago)
Author:
hmeine (Hans Meine)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52247, comment 12

    initial v1  
    11With 1.12, cargo does not build, apparently due to too strict linting.  (At least, rust itself builds again on Sierra.)
     2
     3I managed to make it build by removing the offending `process` from the `use` line:
     4
     5{{{
     6:info:build  --> src/cargo/ops/cargo_run.rs:4:31
     7:info:build   |
     8:info:build 4 | use util::{self, CargoResult, process, ProcessError};
     9:info:build   |                               ^^^^^^^
     10}}}
     11
     12Probably, cargo also deserves a version bump (from 0.11 to something like 0.14).