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