Auto merge of #61822 - JohnTitor:add-long-e0592, r=GuillaumeGomez,Centril

Add explanation for E0592

This is a part of #61137

r? @GuillaumeGomez
This commit is contained in:
bors 2019-06-18 08:30:38 +00:00
commit 0376941156
12 changed files with 46 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`.