]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-89852.rs
Merge commit '1411a98352ba6bee8ba3b0131c9243e5db1e6a2e' into sync_cg_clif-2021-12-31
[rust.git] / src / test / rustdoc / issue-89852.rs
1 // edition:2018
2
3 #![no_core]
4 #![feature(no_core)]
5
6 // @matches 'issue_89852/sidebar-items.js' '"repro"'
7 // @!matches 'issue_89852/sidebar-items.js' '"repro".*"repro"'
8
9 #[macro_export]
10 macro_rules! repro {
11     () => {};
12 }
13
14 pub use crate::repro as repro2;