Possibly macro related, not sure.
error: `extern crate` is not idiomatic in the new edition
--> src/main.rs:6:1
|
6 | static ALLOC: alloc_system::System = alloc_system::System;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert it to a `use`
|
note: lint level defined here
--> src/main.rs:1:9
|
1 | #![deny(rust_2018_idioms)]
| ^^^^^^^^^^^^^^^^
= note: #[deny(unused_extern_crates)] implied by #[deny(rust_2018_idioms)]
Possibly macro related, not sure.
https://play.rust-lang.org/?gist=7c9846d22f310efa6ab4bec086d61d4e&version=nightly&mode=debug&edition=2018
cc @alexcrichton