Skip to content

Commit baa2e09

Browse files
committed
---
yaml --- r: 2380 b: refs/heads/master c: 48e0de2 h: refs/heads/master v: v3
1 parent 7d957bd commit baa2e09

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 5fb6e6364b6b10e98430140554e644697f29eb06
2+
refs/heads/master: 48e0de22c129c2faec142c879c820f6db91b75b2

trunk/doc/rust.texi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,6 +1673,7 @@ are no general parametric types.
16731673
@menu
16741674
* Ref.Item.Mod:: Items defining modules.
16751675
* Ref.Item.Fn:: Items defining functions.
1676+
* Ref.Item.Pred:: Items defining predicates for typestates.
16761677
* Ref.Item.Iter:: Items defining iterators.
16771678
* Ref.Item.Obj:: Items defining objects.
16781679
* Ref.Item.Type:: Items defining the types of values and slots.
@@ -2651,7 +2652,8 @@ This implicit graph is called the @dfn{control-flow graph}, or @dfn{CFG}.
26512652
@cindex Predicate
26522653
@cindex Constraint
26532654

2654-
A @dfn{predicate} is a pure boolean function declared with the keyword @code{pred}. @xref{Ref.Item.Pred}.
2655+
A @dfn{predicate} is a pure boolean function declared with the keyword
2656+
@code{pred}. @xref{Ref.Item.Pred}.
26552657

26562658
A @dfn{constraint} is a predicate applied to specific slots.
26572659

0 commit comments

Comments
 (0)