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

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

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

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

pub use crate::repro as repro2;