mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
TODO(remove) codegen no-op
This commit is contained in:
parent
303e964a10
commit
3ed4fe3771
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ pub fn app(app: &App, analysis: &Analysis, extra: &Extra) -> TokenStream2 {
|
||||||
#section
|
#section
|
||||||
#cfg_core
|
#cfg_core
|
||||||
unsafe extern "C" fn #main() -> ! {
|
unsafe extern "C" fn #main() -> ! {
|
||||||
|
let _TODO: () = ();
|
||||||
|
|
||||||
#(#assertion_stmts)*
|
#(#assertion_stmts)*
|
||||||
|
|
||||||
#(#pre_init_stmts)*
|
#(#pre_init_stmts)*
|
||||||
|
|
Loading…
Reference in a new issue