Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Pro
Pinned
8 contributions in the last year
Contribution activity
April 2019
pierzchalski has no activity
yet for this period.
March 2019
Created an issue in rust-lang/rust that received 2 comments
Identity macro 'launders' hygiene information
Consider this hygiene demonstration (playground): #![feature(decl_macro)] macro x() { println!("x"); } macro y() { x!(); // This `x` identifier is …
2
comments