Add explanation for E0592
This commit is contained in:
parent
05083c2dee
commit
047f9bc94d
12 changed files with 34 additions and 2 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
|
|
@ -9,3 +9,4 @@ LL | fn f() {}
|
|||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0592`.
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue