Sign in
fuchsia
/
fuchsia
/
b913ed1479780eeb0de1e6d2e9d0ed17267964af
/
.
/
third_party
/
rust_crates
/
vendor
/
pin-project
/
tests
/
ui
/
cfg
/
cfg_attr-resolve.stderr
blob: 12bcc6781a3d0df6986e94d2358798749b861ef2 [
file
]
error
[
E0599
]:
no
method named
`project`
found
for
struct
`Pin<&mut Foo<u8>>`
in
the current scope
-->
$DIR
/
cfg_attr
-
resolve
.
rs
:
10
:
30
|
10
|
let
_
=
Pin
::
new
(&
mut x
).
project
();
//~ ERROR E0599
|
^^^^^^^
method
not
found
in
`Pin<&mut Foo<u8>>`