Sign in
android
/
platform
/
external
/
rust
/
crates
/
proc-macro-hack
/
refs/heads/android13-qpr3-s7-release
/
.
/
tests
/
ui
/
private.stderr
blob: be794438cc0bc8c06babb4e3e13ee359522322ae [
file
] [
log
] [
blame
] [
edit
]
error
:
functions tagged
with
`#[proc_macro_hack]`
must be
`pub`
-->
$DIR
/
private
.
rs
:
4
:
1
|
4
|
fn my_macro
(
input
:
TokenStream
)
->
TokenStream
{
|
^^