auto merge of #18376 : steveklabnik/rust/gh7963, r=alexcrichton
FIxes #7963.
This commit is contained in:
commit
301ed5e579
1 changed files with 1 additions and 0 deletions
|
|
@ -2014,6 +2014,7 @@ On `struct`s:
|
|||
- `unsafe_no_drop_flag` - on structs, remove the flag that prevents
|
||||
destructors from being run twice. Destructors might be run multiple times on
|
||||
the same object with this attribute.
|
||||
- `doc` - Doc comments such as `/// foo` are equivalent to `#[doc = "foo"]`.
|
||||
|
||||
### Conditional compilation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue