Skip to content

Instantly share code, notes, and snippets.

@CryZe
Created June 4, 2016 10:49
Show Gist options
  • Select an option

  • Save CryZe/280bacbb3c20edbf3095ee9e9fb2636f to your computer and use it in GitHub Desktop.

Select an option

Save CryZe/280bacbb3c20edbf3095ee9e9fb2636f to your computer and use it in GitHub Desktop.
Running "cargo build":
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading rustyline v0.2.3
Downloading encode_unicode v0.1.3
Downloading nix v0.5.0
Downloading bitflags v0.4.0
Compiling rustc-serialize v0.3.19
Compiling bitflags v0.4.0
Compiling unicode-width v0.1.3
Compiling encode_unicode v0.1.3
Compiling num-traits v0.1.32
Compiling byteorder v0.4.2
Compiling libc v0.2.11
Compiling nix v0.5.0
Compiling rand v0.3.14
Compiling rustyline v0.2.3
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:41:5: 41:22 error: unresolved import `nix::errno::Errno`. Could not find `errno` in `nix` [E0432]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:41 use nix::errno::Errno;
^~~~~~~~~~~~~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:41:5: 41:22 help: run `rustc --explain E0432` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:42:5: 42:21 error: unresolved import `nix::sys::signal`. Could not find `sys` in `nix` [E0432]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:42 use nix::sys::signal;
^~~~~~~~~~~~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:42:5: 42:21 help: run `rustc --explain E0432` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:43:5: 43:22 error: unresolved import `nix::sys::termios`. Could not find `sys` in `nix` [E0432]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:43 use nix::sys::termios;
^~~~~~~~~~~~~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:43:5: 43:22 help: run `rustc --explain E0432` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:29: 197:35 error: unresolved import `nix::sys::termios::BRKINT`. Could not find `sys` in `nix` [E0432]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197 use nix::sys::termios::{BRKINT, CS8, ECHO, ICANON, ICRNL, IEXTEN, INPCK, ISIG, ISTRIP, IXON,
^~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:29: 197:35 help: run `rustc --explain E0432` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:37: 197:40 error: unresolved import `nix::sys::termios::CS8`. Could not find `sys` in `nix` [E0432]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197 use nix::sys::termios::{BRKINT, CS8, ECHO, ICANON, ICRNL, IEXTEN, INPCK, ISIG, ISTRIP, IXON,
^~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:37: 197:40 help: run `rustc --explain E0432` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:42: 197:46 error: unresolved import `nix::sys::termios::ECHO`. Could not find `sys` in `nix` [E0432]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197 use nix::sys::termios::{BRKINT, CS8, ECHO, ICANON, ICRNL, IEXTEN, INPCK, ISIG, ISTRIP, IXON,
^~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:42: 197:46 help: run `rustc --explain E0432` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:48: 197:54 error: unresolved import `nix::sys::termios::ICANON`. Could not find `sys` in `nix` [E0432]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197 use nix::sys::termios::{BRKINT, CS8, ECHO, ICANON, ICRNL, IEXTEN, INPCK, ISIG, ISTRIP, IXON,
^~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:48: 197:54 help: run `rustc --explain E0432` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:56: 197:61 error: unresolved import `nix::sys::termios::ICRNL`. Could not find `sys` in `nix` [E0432]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197 use nix::sys::termios::{BRKINT, CS8, ECHO, ICANON, ICRNL, IEXTEN, INPCK, ISIG, ISTRIP, IXON,
^~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:56: 197:61 help: run `rustc --explain E0432` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:63: 197:69 error: unresolved import `nix::sys::termios::IEXTEN`. Could not find `sys` in `nix` [E0432]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197 use nix::sys::termios::{BRKINT, CS8, ECHO, ICANON, ICRNL, IEXTEN, INPCK, ISIG, ISTRIP, IXON,
^~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:63: 197:69 help: run `rustc --explain E0432` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:71: 197:76 error: unresolved import `nix::sys::termios::INPCK`. Could not find `sys` in `nix` [E0432]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197 use nix::sys::termios::{BRKINT, CS8, ECHO, ICANON, ICRNL, IEXTEN, INPCK, ISIG, ISTRIP, IXON,
^~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:71: 197:76 help: run `rustc --explain E0432` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:78: 197:82 error: unresolved import `nix::sys::termios::ISIG`. Could not find `sys` in `nix` [E0432]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197 use nix::sys::termios::{BRKINT, CS8, ECHO, ICANON, ICRNL, IEXTEN, INPCK, ISIG, ISTRIP, IXON,
^~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:78: 197:82 help: run `rustc --explain E0432` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:84: 197:90 error: unresolved import `nix::sys::termios::ISTRIP`. Could not find `sys` in `nix` [E0432]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197 use nix::sys::termios::{BRKINT, CS8, ECHO, ICANON, ICRNL, IEXTEN, INPCK, ISIG, ISTRIP, IXON,
^~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:84: 197:90 help: run `rustc --explain E0432` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:92: 197:96 error: unresolved import `nix::sys::termios::IXON`. Could not find `sys` in `nix` [E0432]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197 use nix::sys::termios::{BRKINT, CS8, ECHO, ICANON, ICRNL, IEXTEN, INPCK, ISIG, ISTRIP, IXON,
^~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:197:92: 197:96 help: run `rustc --explain E0432` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:198:29: 198:34 error: unresolved import `nix::sys::termios::OPOST`. Could not find `sys` in `nix` [E0432]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:198 OPOST, VMIN, VTIME};
^~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:198:29: 198:34 help: run `rustc --explain E0432` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:198:36: 198:40 error: unresolved import `nix::sys::termios::VMIN`. Could not find `sys` in `nix` [E0432]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:198 OPOST, VMIN, VTIME};
^~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:198:36: 198:40 help: run `rustc --explain E0432` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:198:42: 198:47 error: unresolved import `nix::sys::termios::VTIME`. Could not find `sys` in `nix` [E0432]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:198 OPOST, VMIN, VTIME};
^~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:198:42: 198:47 help: run `rustc --explain E0432` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:16:11: 16:21 error: type name `nix::Error` is undefined or not in scope [E0412]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:16 Errno(nix::Error),
^~~~~~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:16:11: 16:21 help: run `rustc --explain E0412` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:16:11: 16:21 help: you can import several candidates into scope (`use ...;`):
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:16:11: 16:21 help: `std::error::Error`
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:16:11: 16:21 help: `std::fmt::Error`
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:16:11: 16:21 help: `std::io::Error`
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:55:11: 55:21 error: type name `nix::Error` is undefined or not in scope [E0412]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:55 impl From<nix::Error> for ReadlineError {
^~~~~~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:55:11: 55:21 help: run `rustc --explain E0412` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:55:11: 55:21 help: you can import several candidates into scope (`use ...;`):
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:55:11: 55:21 help: `std::error::Error`
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:55:11: 55:21 help: `std::fmt::Error`
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:55:11: 55:21 help: `std::io::Error`
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:56:18: 56:28 error: type name `nix::Error` is undefined or not in scope [E0412]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:56 fn from(err: nix::Error) -> ReadlineError {
^~~~~~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:56:18: 56:28 help: run `rustc --explain E0412` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:56:18: 56:28 help: you can import several candidates into scope (`use ...;`):
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:56:18: 56:28 help: `std::error::Error`
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:56:18: 56:28 help: `std::fmt::Error`
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:56:18: 56:28 help: `std::io::Error`
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:192:32: 192:54 error: failed to resolve. Could not find `Error` in `nix` [E0433]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:192 error::ReadlineError::from(nix::Error::from_errno(errno))
^~~~~~~~~~~~~~~~~~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:192:32: 192:54 help: run `rustc --explain E0433` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:199:18: 199:36 error: unresolved name `libc::STDIN_FILENO` [E0425]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:199 if !is_a_tty(libc::STDIN_FILENO) {
^~~~~~~~~~~~~~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:199:18: 199:36 help: run `rustc --explain E0425` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:202:49: 202:67 error: unresolved name `libc::STDIN_FILENO` [E0425]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:202 let original_term = try!(termios::tcgetattr(libc::STDIN_FILENO));
^~~~~~~~~~~~~~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:202:25: 202:69 note: in this expansion of try! (defined in <std macros>)
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:202:49: 202:67 help: run `rustc --explain E0425` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:210:29: 210:47 error: unresolved name `libc::STDIN_FILENO` [E0425]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:210 try!(termios::tcsetattr(libc::STDIN_FILENO, termios::TCSAFLUSH, &raw));
^~~~~~~~~~~~~~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:210:5: 210:76 note: in this expansion of try! (defined in <std macros>)
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:210:29: 210:47 help: run `rustc --explain E0425` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:216:29: 216:47 error: unresolved name `libc::STDIN_FILENO` [E0425]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:216 try!(termios::tcsetattr(libc::STDIN_FILENO, termios::TCSAFLUSH, &original_termios));
^~~~~~~~~~~~~~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:216:5: 216:89 note: in this expansion of try! (defined in <std macros>)
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:216:29: 216:47 help: run `rustc --explain E0425` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:734:59: 734:70 error: unresolved name `get_columns` [E0425]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:734 let mut s = State::new(&mut stdout, prompt, MAX_LINE, get_columns(), history.len());
^~~~~~~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:734:59: 734:70 help: run `rustc --explain E0425` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:740:22: 740:33 error: unresolved name `get_columns` [E0425]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:740 s.cols = get_columns();
^~~~~~~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:740:22: 740:33 help: run `rustc --explain E0425` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:1000:36: 1000:54 error: unresolved name `libc::STDIN_FILENO` [E0425]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:1000 stdin_isatty: is_a_tty(libc::STDIN_FILENO),
^~~~~~~~~~~~~~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:1000:36: 1000:54 help: run `rustc --explain E0425` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:1001:37: 1001:56 error: unresolved name `libc::STDOUT_FILENO` [E0425]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:1001 stdout_isatty: is_a_tty(libc::STDOUT_FILENO),
^~~~~~~~~~~~~~~~~~~
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\lib.rs:1001:37: 1001:56 help: run `rustc --explain E0425` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:61:1: 65:2 error: conflicting implementations of trait `std::convert::From<[type error]>` for type `error::ReadlineError`: [E0119]
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:61 impl From<char_iter::CharsError> for ReadlineError {
^
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:61:1: 65:2 help: run `rustc --explain E0119` to see a detailed explanation
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:55:1: 59:2 note: conflicting implementation is here:
C:\Users\Christopher\.cargo\registry\src\github.com-1ecc6299db9ec823\rustyline-0.2.3\src\error.rs:55 impl From<nix::Error> for ReadlineError {
^
error: aborting due to previous error
Build failed, waiting for other jobs to finish...
error: Could not compile `rustyline`.
To learn more, run the command again with --verbose.
"cargo build" completed with code 101
It took approximately 18.974 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment