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
I expect this to compile properly like on stable, instead it fails to compile with:
error: no rules expected the token `red_led`
--> examples/blinky_basic.rs:30:52
|
30 | let mut red_led: bsp::RedLed = pin_alias!(pins.red_led).into();
| ^^^^^^^ no rules expected this token in macro call
To reproduce:
rustup default nightly-2022-03-28 && rustup target add thumbv6m-none-eabi
cd atsamd/boards/feather_m0
cargo check --example=blinky_basic
I expect this to compile properly like on stable, instead it fails to compile with:
rust issue: rust-lang/rust#95569
The text was updated successfully, but these errors were encountered: