dtolnay / proc-macro-workshop

Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019]
Apache License 2.0
4k stars 1.01k forks source link

What to do? #47

Closed sharedrory closed 2 years ago

sharedrory commented 2 years ago

Sorry if its really obvious. Where do I find the article, video, or whatever I am supposed to follow along?

anvlkv commented 2 years ago

@sharedrory start here https://github.com/dtolnay/proc-macro-workshop/blob/8e8be4c9508eeb47c7825659bcced527da46054f/builder/tests/01-parse.rs#L8

sharedrory commented 2 years ago

I see. So we have to work through to make all the tests pass?

togetherwithasteria commented 2 years ago

I see. So we have to work through to make all the tests pass?

Yeah, once you completed all the tests, continue on the next test, or alternatively on the one chapter that you really need to understand ASAP.