As of a few weeks ago `quote_method!` was able to parse attributes attached to a quoted method. Recently this fails with a syntax error, ``` $ rustc test.rs -L. test.rs:4:1: 4:10 error: unexpected token: `#` test.rs:4 ioregs!() ^~~~~~~~~ ``` See example [here](https://gist.github.com/bgamari/2fc8c68b23b2ff97e82c).