Skip to content

Commit 351bb96

Browse files
authored
Merge pull request #31 from nikomatsakis/structs-and-tuples
add a stucts-and-tuples chapter
2 parents 5d5e812 + ece91f5 commit 351bb96

File tree

3 files changed

+395
-5
lines changed

3 files changed

+395
-5
lines changed

Diff for: reference/src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
- [Unions](./active_discussion/unions.md)
1515
- [Uninitialized memory](./active_discussion/uninitialized_memory.md)
1616
- [Data representation](./representation.md)
17+
- [Structs and tuples](./representation/structs-and-tuples.md)
1718
- [Optimizations](./optimizations.md)
1819
- [Optimizing immutable memory](./optimizations/immutable_memory.md)

Diff for: reference/src/representation.md

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66

77
https://github.com/rust-rfcs/unsafe-code-guidelines/issues/9
88

9-
## Representation of structs and tuples
10-
11-
https://github.com/rust-rfcs/unsafe-code-guidelines/issues/11
12-
https://github.com/rust-rfcs/unsafe-code-guidelines/issues/12
13-
149
## Representation of enums
1510

1611
https://github.com/rust-rfcs/unsafe-code-guidelines/issues/10

0 commit comments

Comments
 (0)