]> git.lizzy.rs Git - rust.git/commitdiff
some error codes long explanation
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 4 Dec 2019 12:36:50 +0000 (13:36 +0100)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 4 Dec 2019 12:36:50 +0000 (13:36 +0100)
src/librustc_error_codes/error_codes/E0109.md
src/librustc_error_codes/error_codes/E0119.md

index 5bc229ade52f471abe53cb60effb5c511edf6203..2eab9725a6f596765f2b81823683edb6161cb32c 100644 (file)
@@ -1,4 +1,5 @@
 You tried to provide a generic argument to a type which doesn't need it.
+
 Erroneous code example:
 
 ```compile_fail,E0109
index 0af3bd4a0de796706224cd7a2c5b5189d66c7865..e596349e5e2d1af00451da2054050a358a362c8d 100644 (file)
@@ -1,5 +1,6 @@
 There are conflicting trait implementations for the same type.
-Example of erroneous code:
+
+Erroneous code example:
 
 ```compile_fail,E0119
 trait MyTrait {