obey line length limit

This commit is contained in:
Tshepang Mbambo 2022-07-17 23:05:26 +02:00
parent 857ee492fc
commit 5cc90f3ab1
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# Inference of opaque types (type alias `impl Trait`)
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.
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.
## Running example