Closed
Description
#[marco_use]
extern crate clap
It would be nice to have typo suggestions for mistyped attributes.
Maybe something like
--> src/main.rs:1:1
|
1 | #[marco_use]
| ^^^^^^^^^^^^
|
= help: add #![feature(custom_attribute)] to the crate attributes to enable
= help: you could try the attribute 'macro_use'