adapt to changes in rtfm-syntax

This commit is contained in:
Jorge Aparicio 2019-08-20 15:11:24 +02:00
parent 2f4f185778
commit 0e146f8d11
11 changed files with 28 additions and 14 deletions

View file

@ -115,6 +115,7 @@ pub fn codegen(
let stmts = &task.stmts;
let section = util::link_section("text", core);
// XXX shouldn't this have a cfg_core?
let locals_pat = locals_pat.iter();
user_tasks.push(quote!(
#(#attrs)*
#[allow(non_snake_case)]