]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-89852.rs
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[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;