Add explanation for E0592

This commit is contained in:
Yuki Okushi 2019-06-14 10:54:27 +09:00
parent 05083c2dee
commit 047f9bc94d
12 changed files with 34 additions and 2 deletions

View file

@ -8,3 +8,4 @@ LL | impl dyn C { fn f() {} }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0592`.

View file

@ -29,3 +29,4 @@ LL | fn baz(&self) {}
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0592`.

View file

@ -20,3 +20,4 @@ LL | impl<X> A<i32, X> { fn f(&self) {} }
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0592`.

View file

@ -20,3 +20,4 @@ LL | impl<X> A<i32, X> { fn f(&self) {} }
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0592`.

View file

@ -11,3 +11,4 @@ LL | impl<U:Sugar> Cake<Box<U>> { fn dummy(&self) { } }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0592`.

View file

@ -11,3 +11,4 @@ LL | impl<U:Sugar> Cake<Box<U>> { fn dummy(&self) { } }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0592`.

View file

@ -11,3 +11,4 @@ LL | impl A<i16> { fn dummy(&self) { } }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0592`.

View file

@ -11,3 +11,4 @@ LL | impl A<i16> { fn dummy(&self) { } }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0592`.

View file

@ -31,4 +31,5 @@ LL | | }
error: aborting due to 3 previous errors
For more information about this error, try `rustc --explain E0119`.
Some errors have detailed explanations: E0119, E0592.
For more information about an error, try `rustc --explain E0119`.

View file

@ -9,3 +9,4 @@ LL | fn f() {}
error: aborting due to previous error
For more information about this error, try `rustc --explain E0592`.

View file

@ -9,3 +9,4 @@ LL | fn test(&self) { println!("two"); }
error: aborting due to previous error
For more information about this error, try `rustc --explain E0592`.