1
Fork 0
rust/src/test/rustdoc/issue-89852.rs

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

15 lines
258 B
Rust
Raw Normal View History

// edition:2018
#![no_core]
#![feature(no_core)]
// @matchestext 'issue_89852/sidebar-items.js' '"repro"'
// @!matches 'issue_89852/sidebar-items.js' '"repro".*"repro"'
#[macro_export]
macro_rules! repro {
() => {};
}
pub use crate::repro as repro2;