Skip to content

Commit d5632be

Browse files
authored
add cross references
1 parent c72349f commit d5632be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/frequently-requested-changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,9 @@ Such a change could also pose problems for existing unsafe code, which may assum
204204
can be manually offset by the size of the type to access the next array element. Unsafe
205205
code may also assume that overwriting trailing padding is allowed, which would conflict with
206206
the repurposing of such padding for data storage.
207+
208+
Cross-referencing to other discussions:
209+
210+
* https://github.com/rust-lang/rfcs/issues/1397
211+
* https://github.com/rust-lang/rust/issues/17027
212+
* https://github.com/rust-lang/unsafe-code-guidelines/issues/176

0 commit comments

Comments
 (0)