summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/issue-89852.rs
blob: 45544dbeea6a0e18346f383954affd95a3a07e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// edition:2018

#![no_core]
#![feature(no_core)]

// @matches 'issue_89852/sidebar-items.js' '"repro"'
// @!matches 'issue_89852/sidebar-items.js' '"repro".*"repro"'

#[macro_export]
macro_rules! repro {
    () => {};
}

pub use crate::repro as repro2;