Skip to content

Commit 10a5456

Browse files
committed
Put .intro on identifier for intro paragraph of coerce.least-upper-bound
1 parent 30e91c9 commit 10a5456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type-coercions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ unsized coercion to `Foo<U>`.
232232

233233
r[coerce.least-upper-bound]
234234

235-
r[coerce.least-upper-bound]
235+
r[coerce.least-upper-bound.intro]
236236
In some contexts, the compiler must coerce together multiple types to try and
237237
find the most general type. This is called a "Least Upper Bound" coercion.
238238
LUB coercion is used and only used in the following situations:

0 commit comments

Comments
 (0)