rust/tests/rustdoc/doc-proc-macro.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
254 B
Rust
Raw Normal View History

2018-07-14 10:46:47 +08:00
// Issue #52129: ICE when trying to document the `quote` proc-macro from proc_macro
// As of this writing, we don't currently attempt to document proc-macros. However, we shouldn't
// crash when we try.
extern crate proc_macro;
pub use proc_macro::*;