]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-gui/src/test_docs/macros.rs
Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petrochenkov
[rust.git] / tests / rustdoc-gui / src / test_docs / macros.rs
1 #[macro_export]
2 macro_rules! a{ () => {}}
3 #[macro_export]
4 macro_rules! b{ () => {}}