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 c6a9554 commit 519e517Copy full SHA for 519e517
tests/ui/lifetimes/issue-77175.rs
@@ -6,7 +6,7 @@
6
// once. This was obviously wrong since the lifetime is used twice: For the s3
7
// parameter and the return type. The issue was caused by the compiler
8
// desugaring the async function into a coroutine that uses only a single
9
-// lifetime, which then the validator complained about becauase of the
+// lifetime, which then the validator complained about because of the
10
// single_use_lifetimes constraints.
11
async fn bar<'a>(s1: String, s2: &'_ str, s3: &'a str) -> &'a str {
12
s3
0 commit comments