xref: /third_party/rust/crates/proc-macro-error/test-crate/proc-macro-hack-test/lib.rs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/proc-macro-error/test-crate/proc-macro-hack-test/
1ea88969fSopenharmony_ciuse proc_macro_hack::proc_macro_hack;
2ea88969fSopenharmony_ci
3ea88969fSopenharmony_ci/// Add one to an expression.
4ea88969fSopenharmony_ci///
5ea88969fSopenharmony_ci/// (Documentation goes here on the re-export, not in the other crate.)
6ea88969fSopenharmony_ci#[proc_macro_hack]
7ea88969fSopenharmony_cipub use demo_hack_impl::add_one;
8

Indexes created Thu Nov 07 10:32:03 CST 2024