Sign in
fuchsia
/
fuchsia
/
b913ed1479780eeb0de1e6d2e9d0ed17267964af
/
.
/
third_party
/
rust_crates
/
vendor
/
pin-project
/
tests
/
ui
/
cfg
/
unsupported.stderr
blob: b3bd1aeff6474bc4ba80b1c800cee7ac13b5bb69 [
file
]
error
:
#[pin_project] attribute may not be used on structs with zero fields
-->
$DIR
/
unsupported
.
rs
:
4
:
1
|
4
|
/
struct
S
{
5
|
|
//~^ ERROR may not be used on structs with zero fields
6
|
|
#[cfg(any())]
7
|
|
#[pin]
8
|
|
f
:
u8
,
9
|
|
}
|
|
_
^