blob: bfd09e970db0628bd7ead32e7cd6d67e9bc83074 [file] [edit]
// Regression test for <https://github.com/rust-lang/rust/issues/161837>.
//@ run-rustfix
#![deny(rustdoc::redundant_explicit_links)]
//! [queue]
//~^ ERROR redundant explicit link target
#[macro_export]
macro_rules! queue {
() => {};
}