Skip to content

Commit

Permalink
auto merge of #17873 : steveklabnik/rust/gh16413, r=alexcrichton
Browse files Browse the repository at this point in the history
A fix for the issues mentioned in #16413
  • Loading branch information
bors committed Oct 9, 2014
2 parents d569dfe + 557014c commit 8f96590
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/doc/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1897,7 +1897,7 @@ type int8_t = i8;
### Crate-only attributes

- `crate_id` - specify the this crate's crate ID.
- `crate_name` - specify the this crate's crate name.
- `crate_type` - see [linkage](#linkage).
- `feature` - see [compiler features](#compiler-features).
- `no_builtins` - disable optimizing certain code patterns to invocations of
Expand Down Expand Up @@ -1927,6 +1927,8 @@ type int8_t = i8;
- `start` - indicates that this function should be used as the entry point,
overriding the "start" language item. See the "start" [language
item](#language-items) for more details.
- `test` - indicates that this function is a test function, to only be compiled
in case of `--test`.

### Static-only attributes

Expand Down

0 comments on commit 8f96590

Please sign in to comment.