Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
pub
/
pub-ident-fn-or-struct.stderr
blob: ceadc510c63ef07e0b9979cab86e998c4d5eb7ed [
file
] [
log
] [
blame
] [
edit
]
error
:
missing
`fn`
or
`struct`
for
function
or
struct
definition
-->
$DIR
/
pub
-
ident
-
fn
-
or
-
struct
.
rs
:
1
:
1
|
LL
|
pub S
(
foo
)
bar
|
^^^^^
|
help
:
if
you meant to call a macro
,
try
|
LL
|
pub S
!
(
foo
)
bar
|
~~
error
:
aborting due to
1
previous error