]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-89852.rs
Auto merge of #107549 - Zoxc:rustc-shared, r=jyn514
[rust.git] / tests / 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;