-
-
Notifications
You must be signed in to change notification settings - Fork 786
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before: $ cargo +nightly build --no-default-features --features unstable Compiling serde v1.0.177 (/srv/mpn/serde/serde) error[E0432]: unresolved import `std_error` --> serde/src/de/mod.rs:134:9 134 | pub use std_error::Error as StdError; | ^^^^^^^^^ maybe a missing crate `std_error`? After: $ cargo +nightly build --no-default-features --features unstable Compiling serde v1.0.177 (/srv/mpn/serde/serde) Finished dev [unoptimized] target(s) in 1.28s Note that `unstable` and non-`std` tests are still failing. Issue: #812
- Loading branch information
Showing
4 changed files
with
9 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters