Rollup merge of #71370 - PankajChaudhary5:ErrorCode-E0696, r=GuillaumeGomez
Added detailed error code explanation for issue E0696 in Rust compiler. Added proper error explanation for issue E0696 in the Rust compiler. Error Code E0696 Sub Part of Issue #61137 r? @GuillaumeGomez
This commit is contained in:
commit
7939a4d728
3 changed files with 52 additions and 2 deletions
|
|
@ -21,4 +21,5 @@ LL | continue;
|
|||
|
||||
error: aborting due to 3 previous errors
|
||||
|
||||
For more information about this error, try `rustc --explain E0695`.
|
||||
Some errors have detailed explanations: E0695, E0696.
|
||||
For more information about an error, try `rustc --explain E0695`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue