diff options
| author | yukang <moorekang@gmail.com> | 2023-07-03 23:54:49 +0800 |
|---|---|---|
| committer | yukang <moorekang@gmail.com> | 2023-07-04 18:13:31 +0800 |
| commit | 799d2917e7bb36c95224436a39cd2d468f93f45d (patch) | |
| tree | 55ac2d0caa0d6e6620b1c2a6f757a79233c89a38 /tests/ui/parser | |
| parent | 0ab38e95bb1cbf0bd038d359bdecbfa501f003a7 (diff) | |
| download | rust-799d2917e7bb36c95224436a39cd2d468f93f45d.tar.gz rust-799d2917e7bb36c95224436a39cd2d468f93f45d.zip | |
Detect extra space in keyword for better hint
Diffstat (limited to 'tests/ui/parser')
| -rw-r--r-- | tests/ui/parser/utf16-be-without-bom.stderr | bin | 3537 -> 3641 bytes |
| -rw-r--r-- | tests/ui/parser/utf16-le-without-bom.stderr | bin | 3500 -> 3603 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/ui/parser/utf16-be-without-bom.stderr b/tests/ui/parser/utf16-be-without-bom.stderr index 768d2c53164..c041f3ecf53 100644 --- a/tests/ui/parser/utf16-be-without-bom.stderr +++ b/tests/ui/parser/utf16-be-without-bom.stderr Binary files differdiff --git a/tests/ui/parser/utf16-le-without-bom.stderr b/tests/ui/parser/utf16-le-without-bom.stderr index 4f4b91e39ed..cc2220441ac 100644 --- a/tests/ui/parser/utf16-le-without-bom.stderr +++ b/tests/ui/parser/utf16-le-without-bom.stderr Binary files differ |
