Sign in
android
/
platform
/
external
/
rust
/
crates
/
pin-project
/
28be36bff83c80ad5ee858c30533e7c9c74e675c
/
.
/
tests
/
ui
/
cfg
/
cfg_attr-resolve.stderr
blob: 0393c143fe0680b005f61aac02c14c9c5210fc26 [
file
] [
log
] [
blame
]
error
[
E0599
]:
no
method named
`project`
found
for
struct
`Pin<&mut Foo<u8>>`
in
the current scope
-->
tests
/
ui
/
cfg
/
cfg_attr
-
resolve
.
rs
:
10
:
30
|
10
|
let
_
=
Pin
::
new
(&
mut x
).
project
();
//~ ERROR E0599
|
^^^^^^^
method
not
found
in
`Pin<&mut Foo<u8>>`