File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
## Rust's Unsafe Code Guidelines Reference
2
2
3
- This document is produced by the [ UCG WG] [ ucg_wg ] to provide a "guide" for
3
+ This document is a past effort by the [ UCG WG] [ ucg_wg ] to provide a "guide" for
4
4
writing unsafe code that "recommends" what kinds of things unsafe code can and
5
5
cannot do, and that documents which guarantees unsafe code may rely on. It is
6
- largely a work-in-progress right now.
6
+ largely abandoned right now. However, the [ glossary] ( glossary.md ) is actively
7
+ maintained.
7
8
8
- Unless we state otherwise, the information in the guide is mostly a
9
- "recommendation" and still subject to change. The main goal for the WG in 2019
10
- is to RFC parts of the guide into the language specification, and move those
11
- parts into the [ Rust Language Reference] proper.
9
+ Unless stated otherwise, the information in the guide is mostly a
10
+ "recommendation" and still subject to change.
12
11
13
12
[ ucg_wg ] : https://github.com/rust-lang/unsafe-code-guidelines
14
- [ Rust Language Reference ] : https://doc.rust-lang.org/reference/index.html
You can’t perform that action at this time.
0 commit comments