Skip to content

Commit

Permalink
Adjust json errors to byte changes
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Nov 6, 2017
1 parent e5c1d51 commit 6d6fb2e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
12 changes: 6 additions & 6 deletions src/test/ui/lint/unused_parens_json_suggestion.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"spans": [
{
"file_name": "$DIR/unused_parens_json_suggestion.rs",
"byte_start": 1035,
"byte_end": 1048,
"byte_start": 1027,
"byte_end": 1040,
"line_start": 24,
"line_end": 24,
"column_start": 14,
Expand All @@ -35,8 +35,8 @@
"spans": [
{
"file_name": "$DIR/unused_parens_json_suggestion.rs",
"byte_start": 881,
"byte_end": 894,
"byte_start": 873,
"byte_end": 886,
"line_start": 19,
"line_end": 19,
"column_start": 9,
Expand Down Expand Up @@ -64,8 +64,8 @@
"spans": [
{
"file_name": "$DIR/unused_parens_json_suggestion.rs",
"byte_start": 1035,
"byte_end": 1048,
"byte_start": 1027,
"byte_end": 1040,
"line_start": 24,
"line_end": 24,
"column_start": 14,
Expand Down
52 changes: 26 additions & 26 deletions src/test/ui/lint/use_suggestion_json.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"spans": [
{
"file_name": "$DIR/use_suggestion_json.rs",
"byte_start": 896,
"byte_end": 900,
"byte_start": 888,
"byte_end": 892,
"line_start": 20,
"line_end": 20,
"column_start": 12,
Expand All @@ -35,8 +35,8 @@
"spans": [
{
"file_name": "$DIR/use_suggestion_json.rs",
"byte_start": 873,
"byte_end": 873,
"byte_start": 865,
"byte_end": 865,
"line_start": 19,
"line_end": 19,
"column_start": 1,
Expand All @@ -55,8 +55,8 @@
},
{
"file_name": "$DIR/use_suggestion_json.rs",
"byte_start": 873,
"byte_end": 873,
"byte_start": 865,
"byte_end": 865,
"line_start": 19,
"line_end": 19,
"column_start": 1,
Expand All @@ -75,8 +75,8 @@
},
{
"file_name": "$DIR/use_suggestion_json.rs",
"byte_start": 873,
"byte_end": 873,
"byte_start": 865,
"byte_end": 865,
"line_start": 19,
"line_end": 19,
"column_start": 1,
Expand All @@ -95,8 +95,8 @@
},
{
"file_name": "$DIR/use_suggestion_json.rs",
"byte_start": 873,
"byte_end": 873,
"byte_start": 865,
"byte_end": 865,
"line_start": 19,
"line_end": 19,
"column_start": 1,
Expand All @@ -115,8 +115,8 @@
},
{
"file_name": "$DIR/use_suggestion_json.rs",
"byte_start": 873,
"byte_end": 873,
"byte_start": 865,
"byte_end": 865,
"line_start": 19,
"line_end": 19,
"column_start": 1,
Expand All @@ -135,8 +135,8 @@
},
{
"file_name": "$DIR/use_suggestion_json.rs",
"byte_start": 873,
"byte_end": 873,
"byte_start": 865,
"byte_end": 865,
"line_start": 19,
"line_end": 19,
"column_start": 1,
Expand All @@ -155,8 +155,8 @@
},
{
"file_name": "$DIR/use_suggestion_json.rs",
"byte_start": 873,
"byte_end": 873,
"byte_start": 865,
"byte_end": 865,
"line_start": 19,
"line_end": 19,
"column_start": 1,
Expand All @@ -175,8 +175,8 @@
},
{
"file_name": "$DIR/use_suggestion_json.rs",
"byte_start": 873,
"byte_end": 873,
"byte_start": 865,
"byte_end": 865,
"line_start": 19,
"line_end": 19,
"column_start": 1,
Expand All @@ -195,8 +195,8 @@
},
{
"file_name": "$DIR/use_suggestion_json.rs",
"byte_start": 873,
"byte_end": 873,
"byte_start": 865,
"byte_end": 865,
"line_start": 19,
"line_end": 19,
"column_start": 1,
Expand All @@ -215,8 +215,8 @@
},
{
"file_name": "$DIR/use_suggestion_json.rs",
"byte_start": 873,
"byte_end": 873,
"byte_start": 865,
"byte_end": 865,
"line_start": 19,
"line_end": 19,
"column_start": 1,
Expand All @@ -235,8 +235,8 @@
},
{
"file_name": "$DIR/use_suggestion_json.rs",
"byte_start": 873,
"byte_end": 873,
"byte_start": 865,
"byte_end": 865,
"line_start": 19,
"line_end": 19,
"column_start": 1,
Expand All @@ -255,8 +255,8 @@
},
{
"file_name": "$DIR/use_suggestion_json.rs",
"byte_start": 873,
"byte_end": 873,
"byte_start": 865,
"byte_end": 865,
"line_start": 19,
"line_end": 19,
"column_start": 1,
Expand Down

0 comments on commit 6d6fb2e

Please sign in to comment.