mirror of
https://github.com/openharmony/third_party_rust_proc-macro-error.git
synced 2026-07-18 16:04:30 -04:00
8 lines
197 B
Rust
8 lines
197 B
Rust
use proc_macro_hack::proc_macro_hack;
|
|
|
|
/// Add one to an expression.
|
|
///
|
|
/// (Documentation goes here on the re-export, not in the other crate.)
|
|
#[proc_macro_hack]
|
|
pub use demo_hack_impl::add_one;
|