#[macro_use]
does not work on macro-expanded extern crate
s
#33936
Labels
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
For example, this compiles:
but this doesn't:
The text was updated successfully, but these errors were encountered: