wickerman icon indicating copy to clipboard operation
wickerman copied to clipboard

Learn Rust procedural macros with Nic Cage

Results 2 wickerman issues
Sort by recently updated
recently updated
newest added

Disclaimer: This was done as I was bored waiting at the airport, so it might not be perfect/complete yet. Since proc_macro was stabilized recently, I thought it would be a...

If you apply the `#[wickerman]` attribute to an item that is not a struct, you should see an error: ```rust #[wickerman] enum Foo { // error: this is not a...

bug