File: private.stderr

package info (click to toggle)
rust-proc-macro-hack 0.5.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 232 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (14)
1
2
3
4
5
error: functions tagged with `#[proc_macro_hack]` must be `pub`
 --> $DIR/private.rs:4:1
  |
4 | fn my_macro(input: TokenStream) -> TokenStream {
  | ^^