Sign in
android
/
platform
/
external
/
rust
/
crates
/
structopt
/
73c33807a930ec45925e415f50fce4ba76ac24b5
/
.
/
tests
/
ui
/
non_existent_attr.stderr
blob: 5765597d1b8e6a8b64191edb9696cb94e69ba905 [
file
] [
log
] [
blame
]
error
[
E0599
]:
no
method named
`non_existing_attribute`
found
for
struct
`Arg`
in
the current scope
-->
$DIR
/
non_existent_attr
.
rs
:
14
:
24
|
14
|
#[structopt(short, non_existing_attribute = 1)]
|
^^^^^^^^^^^^^^^^^^^^^^
method
not
found
in
`Arg<'_, '_>`