Log in
Sign up
See new Tweets

Conversation

Alexis King
@lexi_lambda
·
Nov 28, 2021
I have officially left my first comment on a rust-lang/rust issue, and it is—unsurprisingly—me taking a strongly opinionated stance on macro hygiene :)
github.com
New declarative macros, functions and fields not being recognized · Issue #91249 · rust-lang/rust
I ran into some issues with rustc 1.58.0-nightly (b426445 2021-11-24). I have the following code: #![feature(decl_macro)] pub macro generate_class_new($name: ident) { pub struct $name { x: i32 } im...
5
3
66
Brendan Zabarauskas
@brendanzab
Replying to
@lexi_lambda
Thanks so much for lending your voice to these discussions!
2:37 AM · Nov 28, 2021·Twitter Web App