]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/doc-proc-macro.rs
Rollup merge of #107706 - tgross35:atomic-as-mut-ptr, r=m-ou-se
[rust.git] / tests / 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::*;