Closed TCSYANG closed 10 months ago
PS E:\rust\Xtask> cargo run --example notify --feaures=gd32vf103 --target riscv32imac-unknown-none-elf --release error: unexpected argument '--feaures' found
tip: a similar argument exists: '--features'
Usage: cargo.exe run --example [] --features [args]...
--feaures=gd32vf103 改为 --features=gd32vf103 试试
PS E:\rust\Xtask> cargo run --example notify --feaures=gd32vf103 --target riscv32imac-unknown-none-elf --release error: unexpected argument '--feaures' found
tip: a similar argument exists: '--features'
Usage: cargo.exe run --example [] --features [args]...