Sign in
rust
/
rust
/
5aebfd648b35fb4de75eda5e87f13d5efef51fda
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
unsafe-field.rs
blob: fc7fd3750c60ecc6687c99a58c1504f581a96831 [
file
]
struct
Foo
{
unsafe
field
:
(),
}
enum
Bar
{
Variant
{
unsafe
field
:
()
},
}
union
Baz
{
unsafe
field
:
(),
}