Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a93a1b6

Browse files
Update error codes (E0015 -> E0277)
1 parent 0c66ccf commit a93a1b6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/minicrater/full/full.html.context.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"url": "https://github.com/rust-lang/crater/tree/HEAD/local-crates/ice-regression"
5959
}
6060
],
61-
"build compiler-error(E0015)": [
61+
"build compiler-error(E0277)": [
6262
{
6363
"color_idx": 0,
6464
"name": "error-code (local)",

tests/minicrater/full/index.html.context.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"url": "https://github.com/rust-lang/crater/tree/HEAD/local-crates/ice-regression"
5959
}
6060
],
61-
"build compiler-error(E0015)": [
61+
"build compiler-error(E0277)": [
6262
{
6363
"color_idx": 0,
6464
"name": "error-code (local)",

tests/minicrater/full/markdown.md.context.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
{
7373
"log": "beta/local/error-code",
74-
"res": "build-fail:compiler-error(E0015)"
74+
"res": "build-fail:compiler-error(E0277)"
7575
}
7676
],
7777
"url": "https://github.com/rust-lang/crater/tree/HEAD/local-crates/error-code"

tests/minicrater/full/results.expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
},
158158
{
159159
"log": "beta/local/error-code",
160-
"res": "build-fail:compiler-error(E0015)"
160+
"res": "build-fail:compiler-error(E0277)"
161161
}
162162
],
163163
"url": "https://github.com/rust-lang/crater/tree/HEAD/local-crates/error-code"

0 commit comments

Comments
 (0)