diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-03-28 15:21:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-28 15:21:57 +0100 |
| commit | 1f13089bef91e8410bca87b2f42e6fbbc2bbfd9e (patch) | |
| tree | 50053c59733380d866fe646832a14a2eb0f3b5e0 /src/test | |
| parent | b9d5ee567652cd342d9348c215009049551747b0 (diff) | |
| parent | c09b5a3ed37a229408831f9b00f0d53ef6d8b938 (diff) | |
| download | rust-1f13089bef91e8410bca87b2f42e6fbbc2bbfd9e.tar.gz rust-1f13089bef91e8410bca87b2f42e6fbbc2bbfd9e.zip | |
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
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/codemap_tests/unicode.stderr | 1 | ||||
| -rw-r--r-- | src/test/ui/parser/issue-8537.stderr | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/test/ui/codemap_tests/unicode.stderr b/src/test/ui/codemap_tests/unicode.stderr index fc2a0b5950e..01d54ac8cc8 100644 --- a/src/test/ui/codemap_tests/unicode.stderr +++ b/src/test/ui/codemap_tests/unicode.stderr @@ -8,3 +8,4 @@ LL | extern "路濫狼á́́" fn foo() {} error: aborting due to previous error +For more information about this error, try `rustc --explain E0703`. diff --git a/src/test/ui/parser/issue-8537.stderr b/src/test/ui/parser/issue-8537.stderr index b20226f87e8..a0793d94653 100644 --- a/src/test/ui/parser/issue-8537.stderr +++ b/src/test/ui/parser/issue-8537.stderr @@ -8,3 +8,4 @@ LL | "invalid-ab_isize" error: aborting due to previous error +For more information about this error, try `rustc --explain E0703`. |
