Closed
Description
http://doc.rust-lang.org/intro.html#a-footnote:-unsafe currently says:
Within an unsafe block, Rust turns off many of its safety checks.
This is misleading and should not be in the documentation. For example, unsafe {}
does not let you use a moved value. Instead, it lets you use features (such as raw pointers and transmute
) that are otherwise forbidden.
Metadata
Metadata
Assignees
Labels
No labels