Hello All,
I’m trying to compile and run the program found here:
Line 6 is: extern crate “rustc-serialize” as rustc_serialize;
Error when trying to compile is:
error: expected identifier, found "rustc-serialize"
–> main.rs:6:14
|
6 | extern crate “rustc-serialize” as rustc_serialize;
| ^^^^^^^^^^^^^^^^^
error: aborting due to previous error
My searches online show that there have been issues with serialize, but I haven’t found how to make this work.
Suggestions/solutions are much appreciated.
John
NB running Rust version: rustc 1.20.0 (f3d6973f4 2017-08-27) on Ubuntu 16.0.4