Sign in
android
/
platform
/
external
/
rust
/
crates
/
async-trait
/
5b1ad42c6ce7e3ead02ecef9868d12238041a5ab
/
.
/
tests
/
ui
/
unsupported-self.stderr
blob: c98807e478c22ecc8bbe821ea8fddce4097a1746 [
file
] [
log
] [
blame
]
error
:
the
`Self`
constructor can only be used
with
tuple
or
unit structs
-->
$DIR
/
unsupported
-
self
.
rs
:
11
:
17
|
11
|
let
_
=
Self
;
|
^^^^