Skip to content

Commit 99b96c5

Browse files
committed
---
yaml --- r: 34656 b: refs/heads/master c: c87ff5e h: refs/heads/master v: v3
1 parent 57e2c10 commit 99b96c5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 382e85c14f211e986b7e0efde6bc6f5edd6f249b
2+
refs/heads/master: c87ff5e29e3192db39a6c35662165e644cde7b9d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/doc/rust.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,11 +1647,10 @@ They are all written as prefix operators, before the expression they apply to.
16471647
`-`
16481648
: Negation. May only be applied to numeric types.
16491649
`*`
1650-
: Dereference. When applied to a [pointer](#pointer-types) it denotes the pointed-to location. For
1651-
mutable boxes, the resulting [lvalue](#lvalues-rvalues-and-temporaries) can be assigned to. For
1652-
[enums](#enumerated-types) that have only a single variant,
1653-
containing a single parameter, the dereference operator accesses
1654-
this parameter.
1650+
: Dereference. When applied to a [pointer](#pointer-types) it denotes the pointed-to location.
1651+
For pointers to mutable locations, the resulting [lvalue](#lvalues-rvalues-and-temporaries) can be assigned to.
1652+
For [enums](#enumerated-types) that have only a single variant, containing a single parameter,
1653+
the dereference operator accesses this parameter.
16551654
`!`
16561655
: Logical negation. On the boolean type, this flips between `true` and
16571656
`false`. On integer types, this inverts the individual bits in the

0 commit comments

Comments
 (0)