rust/tests/rustdoc/issue-89852.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
260 B
Rust
Raw Normal View History

// edition:2018
#![no_core]
#![feature(no_core)]
// @matchesraw 'issue_89852/sidebar-items.js' '"repro"'
2022-08-12 04:44:07 +00:00
// @!matchesraw 'issue_89852/sidebar-items.js' '"repro".*"repro"'
#[macro_export]
macro_rules! repro {
() => {};
}
pub use crate::repro as repro2;