2021-10-15 12:56:47 +02:00
|
|
|
// edition:2018
|
|
|
|
|
|
|
|
#![no_core]
|
|
|
|
#![feature(no_core)]
|
|
|
|
|
2022-08-10 13:10:04 -07:00
|
|
|
// @matchestext 'issue_89852/sidebar-items.js' '"repro"'
|
2021-10-15 16:54:31 +02:00
|
|
|
// @!matches 'issue_89852/sidebar-items.js' '"repro".*"repro"'
|
|
|
|
|
2021-10-15 12:56:47 +02:00
|
|
|
#[macro_export]
|
|
|
|
macro_rules! repro {
|
|
|
|
() => {};
|
|
|
|
}
|
|
|
|
|
|
|
|
pub use crate::repro as repro2;
|