#![deny(unsafe_code)]#![deny(warnings)]#![feature(proc_macro)]#![no_std]externcratecortex_m_rtfmasrtfm;externcratestm32f103xx;usertfm::app;app!{//~ error mismatched typesdevice: stm32f103xx,}fninit(_p: init::Peripherals){}// ERROR `idle` must be a diverging functionfnidle(){}