mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
cb12e7ab74
There were a few examples in the macros::builtin module that weren't being run because they were being #[cfg]'d out. Closes #14697