You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hope this is the correct way to report this kind of issue?
michaeld@Ayumi:~/amalie$ cargo build
Compiling gcc v0.3.40
/home/michaeld/.cargo/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.40/src/lib.rs:359:17: 359:41 error: the trait `core::cmp::PartialEq<std::ffi::os_str::OsStr>` is not implemented for the type `std::ffi::os_str::OsString` [E0277]
/home/michaeld/.cargo/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.40/src/lib.rs:359 var == OsStr::new("LIB")
^~~~~~~~~~~~~~~~~~~~~~~~
/home/michaeld/.cargo/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.40/src/lib.rs:359:17: 359:41 help: run `rustc --explain E0277` to see a detailed explanation
/home/michaeld/.cargo/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.40/src/lib.rs:359:17: 359:41 help: the following implementations were found:
/home/michaeld/.cargo/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.40/src/lib.rs:359:17: 359:41 help: <std::ffi::os_str::OsString as core::cmp::PartialEq>
/home/michaeld/.cargo/registry/src/github.com-88ac128001ac3a9a/gcc-0.3.40/src/lib.rs:359:17: 359:41 help: <std::ffi::os_str::OsString as core::cmp::PartialEq<str>>
error: aborting due to previous error
Could not compile `gcc`.
To learn more, run the command again with --verbose.
The text was updated successfully, but these errors were encountered:
Hope this is the correct way to report this kind of issue?
The text was updated successfully, but these errors were encountered: