Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-ui
/
lints
/
deny-missing-docs-macro.rs
blob: b1c1253176b303dc9401929865abc75d4cd7c748 [
file
] [
log
] [
blame
] [
edit
]
//! foo
#![
deny
(
missing_docs
)]
#[
macro_export
]
macro_rules
!
foo
{
//~ ERROR
()
=>
{}
}