Rollup merge of #70418 - PankajChaudhary5:master, r=Dylan-DPC

Add long error explanation for E0703

Add long explanation for the E0703 error code
Part of #61137

r? @GuillaumeGomez
This commit is contained in:
Dylan DPC 2020-03-28 15:21:57 +01:00 committed by GitHub
commit 1f13089bef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 1 deletions

View file

@ -8,3 +8,4 @@ LL | extern "路濫狼á́́" fn foo() {}
error: aborting due to previous error
For more information about this error, try `rustc --explain E0703`.