- Always name the non-FFI-safe - Explain *why* the type is not FFI-safe - Stop vaguely gesturing at structs/enums/unions if the non-FFI-safe types occured in a field. The last part is arguably a regression, but it's minor now that the non-FFI-safe type is actually named. Removing it avoids some code duplication. |
||
|---|---|---|
| .. | ||
| union-borrow-move-parent-sibling.rs | ||
| union-const-pat.rs | ||
| union-copy.rs | ||
| union-derive-clone.rs | ||
| union-derive.rs | ||
| union-empty.rs | ||
| union-generic.rs | ||
| union-lint-dead-code.rs | ||
| union-nonrepresentable.rs | ||
| union-repr-c.rs | ||
| union-unsafe.rs | ||
| union-unsized.rs | ||
| union-with-drop-fields-lint.rs | ||