We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce1b3b commit 642d27dCopy full SHA for 642d27d
compiler/rustc_error_codes/src/error_codes/E0759.md
@@ -27,7 +27,7 @@ fn bar(x: &i32) -> Box<dyn Debug + 'static> { // ok!
27
}
28
```
29
30
-Both [`dyn Trait`] and [`impl Trait`] in return types have a an implicit
+Both [`dyn Trait`] and [`impl Trait`] in return types have an implicit
31
`'static` requirement, meaning that the value implementing them that is being
32
returned has to be either a `'static` borrow or an owned value.
33
0 commit comments