Sign in
fuchsia
/
fuchsia
/
9cf01c788257
/
.
/
third_party
/
rust_crates
/
vendor
/
proc-macro-hack
/
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
{
|
^^