mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
1ecc1e51c0
This is actually almost a problem, because those were my poster-child macros for "here's how to implement a capturing macro." Following this change, there will be no macros that use capturing; this will probably make life unpleasant for the first person that wants to implement a capturing macro. I should probably create a dummy_capturing macro, just to show how it works.