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