We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c147e1b commit f749a14Copy full SHA for f749a14
text/2093-infer-outlives.md
@@ -50,7 +50,7 @@ Rust's complexity.
50
Experienced Rust users may have noticed that the compiler already
51
performs a similar seeming kind of inference in other settings. In
52
particular, in function definitions or impls, outlives requirements
53
-are rarely needed. This is due to the mechanism of known as *implied
+are rarely needed. This is due to the mechanism known as *implied
54
bounds* (also explained in more detail in the next section), which
55
allows a function (resp. impl) to infer outlives requirements based on
56
the types of its parameters (resp. input types):
0 commit comments