]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-89852.rs
Rollup merge of #105459 - jyn514:proc-macro-default, r=Mark-Simulacrum
[rust.git] / src / test / rustdoc / issue-89852.rs
1 // edition:2018
2
3 #![no_core]
4 #![feature(no_core)]
5
6 // @matchesraw 'issue_89852/sidebar-items.js' '"repro"'
7 // @!matchesraw '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;