$ make
rustc --cfg ndebug --cfg ncpuspew -O -L . nes.rc -o nes || echo ""If this build failed due to missing SDL bindings, please install them from https://github.com/brson/rust-sdl and copy the .dll/.dylib/.so into this directory or use RUSTLDFLAGS.""
cpu.rs:709:19: 709:21 error: No rules expected the token: op
cpu.rs:709 decode_op!(op: op, this: self);
^~
My rustc was compiled from mozilla/rust@917d3c28b6aab7de454087236173122616a6f9b6.
Error compiling cpu.rs:
My rustc was compiled from mozilla/rust@917d3c28b6aab7de454087236173122616a6f9b6.