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
error[E0433]: failed to resolve. Did you mean `self::rustc_serialize`?
--> <anon>:4:10
|
4 | #[derive(RustcEncodable)]
| ^^^^^^^^^^^^^^ Did you mean `self::rustc_serialize`?
I already commented a bunch in #36881 (which is a duplicate of this issue), so I'm gonna close this in favour of that one.
Cargo.toml:
Lib.rs:
On Windows if you run
cargo test
, rustdoc will freeze for about 2 minutes then crash because it ran out of memory. Didn't try Linux.Removing
#[derive(RustcEncodable)]
fixes the problem.Version: nightly from 2016-09-28.
The text was updated successfully, but these errors were encountered: