Currently I'm reading/learning the [enum_use](https://doc.rust-lang.org/rust-by-example/custom_types/enum/enum_use.html#use) section where I got the following error for the use inside the main function: ``` imports can only refer to extern crate names passed with `--extern` on stable channel (see issue #53130) ``` Please guide me if I missed something. Thank you.