[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout] --> lib/src/rustify.rs:73:60
[INFO] [stdout] |
[INFO] [stdout] 8 | ("{}", $v: tt) => { assert_eq!("f (x) ;", $v.to_string()); }
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 15 | Ok(res) => println!("{}", res),
[INFO] [stdout] | ------------------- in this macro invocation