You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When #[feature(use_extern_macros)] is enabled, invoking bang macros using an explicit path triggers an error:
error[E0658]: paths of length greater than one in macro invocations are currently unstable
--> /Users/jcsoo/bobbin-dev/bobbin-dev/mcu/bobbin-stm32/stm32f74x/src/irq.rs:1413:1
|
1413 | ::bobbin_mcu::irq!(::dma::Dma2Stream7, IrqDma, Irq70);
| ^^^^^^^^^^^^^^^^^
|
= help: add #![feature(proc_macro_path_invoc)] to the crate attributes to enable
Per discussion in #50120 (comment), this type of invocation should be allowed.
The text was updated successfully, but these errors were encountered:
When #[feature(use_extern_macros)] is enabled, invoking bang macros using an explicit path triggers an error:
Per discussion in #50120 (comment), this type of invocation should be allowed.
The text was updated successfully, but these errors were encountered: