Skip to content

Commit f3dcf65

Browse files
committed
fix whitespace
1 parent ad7c2b0 commit f3dcf65

File tree

1 file changed

+2
-2
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+2
-2
lines changed

compiler/rustc_error_codes/src/error_codes/E0582.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ where
4242
f: F
4343
}
4444
```
45-
This is as `Foo::Assoc<'a>` could be implemented by a type that does not use
46-
the `'a` parameter, so there is no guarentee that `X::Assoc<'a>` actually uses
45+
This is as `Foo::Assoc<'a>` could be implemented by a type that does not use
46+
the `'a` parameter, so there is no guarentee that `X::Assoc<'a>` actually uses
4747
`'a`.
4848

4949
To fix this we can pass a dummy parameter:

0 commit comments

Comments
 (0)