Skip to content

Commit 48e0de2

Browse files
committed
Put out burning tinderbox.
1 parent 5fb6e63 commit 48e0de2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/rust.texi

+3-1
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)