Rollup merge of #70352 - bishtpawan:doc/61137-add-long-error-code-e0710, r=Dylan-DPC
Add long error explanation for E0710 Add long explanation for the E0710 error code Part of #61137 r? @GuillaumeGomez
This commit is contained in:
commit
3586ab615e
4 changed files with 37 additions and 1 deletions
|
|
@ -18,3 +18,4 @@ LL | #[warn(foo::bar)]
|
|||
|
||||
error: aborting due to 3 previous errors
|
||||
|
||||
For more information about this error, try `rustc --explain E0710`.
|
||||
|
|
|
|||
|
|
@ -36,3 +36,4 @@ LL | #[allow(foo::bar)]
|
|||
|
||||
error: aborting due to 6 previous errors
|
||||
|
||||
For more information about this error, try `rustc --explain E0710`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue