Skip to content

Commit 5cc90f3

Browse files
committed
obey line length limit
1 parent 857ee49 commit 5cc90f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/opaque-types-type-alias-impl-trait-inference.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Inference of opaque types (type alias `impl Trait`)
22

3-
This page describes how the compiler infers the hidden type for an opaque type. This kind of type inference is particularly complex because, unlike other kinds of type inference, it works across functions and function bodies.
3+
This page describes how the compiler infers the hidden type for an opaque type.
4+
This kind of type inference is particularly complex because,
5+
unlike other kinds of type inference,
6+
it works across functions and function bodies.
47

58
## Running example
69

0 commit comments

Comments
 (0)