Sign in
android
/
toolchain
/
rustc
/
43f0694b1feb1296004d84509e01177159e71be0
/
.
/
src
/
test
/
rustdoc
/
through-proc-macro.rs
blob: 348c9eea2dcbf89ca1627a3f6e439f90aed5f8c4 [
file
] [
log
] [
blame
]
// aux-build:through-proc-macro-aux.rs
// build-aux-docs
#![
warn
(
intra_doc_link_resolution_failure
)]
extern
crate some_macros
;
#[
some_macros
::
second
]
pub
enum
Boom
{
/// [Oooops]
Bam
,
}
fn
main
()
{}