We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d7c33 commit 8cb1a2fCopy full SHA for 8cb1a2f
src/librustc_error_codes/error_codes/E0749.md
@@ -18,7 +18,7 @@ Negative impls are not allowed to have any items. Negative impls declare that a
18
trait is **not** implemented (and never will be) and hence there is no need to
19
specify the values for trait methods or other items.
20
21
-One way to fix this is to remove the items in negative impls.
+One way to fix this is to remove the items in negative impls:
22
23
```
24
# #![feature(negative_impls)]
0 commit comments