]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/doc-proc-macro.rs
Rollup merge of #69569 - matthiaskrgr:nonminimal_bool, r=mark-Simulacrum
[rust.git] / src / test / rustdoc / doc-proc-macro.rs
1 // Issue #52129: ICE when trying to document the `quote` proc-macro from proc_macro
2
3 // As of this writing, we don't currently attempt to document proc-macros. However, we shouldn't
4 // crash when we try.
5
6 extern crate proc_macro;
7
8 pub use proc_macro::*;