TODO(remove) codegen no-op

This commit is contained in:
Jorge Aparicio 2020-05-26 22:21:32 +02:00
parent 303e964a10
commit 3ed4fe3771

View file

@ -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)*