We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82c538c + 55e92f9 commit 612fe9fCopy full SHA for 612fe9f
compiler/rustc_error_codes/src/error_codes/E0424.md
@@ -21,7 +21,7 @@ impl Foo {
21
The `self` keyword can only be used inside methods, which are associated
22
functions (functions defined inside of a `trait` or `impl` block) that have a
23
`self` receiver as its first parameter, like `self`, `&self`, `&mut self` or
24
-`self: &mut Pin<Self>` (this last one is an example of an ["abitrary `self`
+`self: &mut Pin<Self>` (this last one is an example of an ["arbitrary `self`
25
type"](https://github.com/rust-lang/rust/issues/44874)).
26
27
Check if the associated function's parameter list should have contained a `self`
0 commit comments