Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
crates
/
proc-macro-hack
/
b0dbc7637be15ee10fab9306685e0d71cf20a76c
/
.
/
tests
/
ui
/
private.stderr
blob: be794438cc0bc8c06babb4e3e13ee359522322ae [
file
] [
log
] [
blame
]
error
:
functions tagged
with
`#[proc_macro_hack]`
must be
`pub`
-->
$DIR
/
private
.
rs
:
4
:
1
|
4
|
fn my_macro
(
input
:
TokenStream
)
->
TokenStream
{
|
^^