diff options
| author | Michael Goulet <michael@errs.io> | 2024-06-21 18:20:45 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-06-21 19:00:18 -0400 |
| commit | ffd72b1700a6c96b2468e9259fdb4beea11717e0 (patch) | |
| tree | 781817f15b995c9695a5d9f0f7cb36a242254239 /tests/ui/codemap_tests | |
| parent | ea681ef2814b321177d1eee437b8867d31141754 (diff) | |
| download | rust-ffd72b1700a6c96b2468e9259fdb4beea11717e0.tar.gz rust-ffd72b1700a6c96b2468e9259fdb4beea11717e0.zip | |
Fix remaining cases
Diffstat (limited to 'tests/ui/codemap_tests')
| -rw-r--r-- | tests/ui/codemap_tests/unicode.normal.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/codemap_tests/unicode.normal.stderr b/tests/ui/codemap_tests/unicode.normal.stderr index a6e22e1c38f..0f254e0246f 100644 --- a/tests/ui/codemap_tests/unicode.normal.stderr +++ b/tests/ui/codemap_tests/unicode.normal.stderr @@ -4,7 +4,7 @@ error[E0703]: invalid ABI: found `路濫狼á́́` LL | extern "路濫狼á́́" fn foo() {} | ^^^^^^^^^ invalid ABI | - = note: invoke `rustc --print=calling-conventions` for a full list of supported calling conventions. + = note: invoke `rustc --print=calling-conventions` for a full list of supported calling conventions error: aborting due to 1 previous error |
