Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error codes #51475

Merged
merged 1 commit into from
Jun 11, 2018
Merged

Fix error codes #51475

merged 1 commit into from
Jun 11, 2018

Conversation

GuillaumeGomez
Copy link
Member

No description provided.

@rust-highfive
Copy link
Collaborator

r? @michaelwoerister

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 10, 2018
@GuillaumeGomez
Copy link
Member Author

r? @Manishearth

@mark-i-m
Copy link
Member

I've been wondering about those for a while

@Manishearth
Copy link
Member

@bors-servo r+

@bors
Copy link
Contributor

bors commented Jun 10, 2018

📌 Commit f2349d5 has been approved by Manishearth

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 10, 2018
@estebank
Copy link
Contributor

estebank commented Jun 10, 2018

For future reference, the previously used error codes:

``` ag " E0...," | sed -n -e 's/,.*//p' | sed -n -e 's/^.*E0//p' | sort | uniq 007 009 015 017 018 019 025 026 029 030 033 034 035 036 038 046 049 050 053 054 055 057 060 061 062 067 068 070 085 086 101 102 103 104 106 107 109 110 116 117 118 119 120 121 122 123 127 129 130 134 135 141 152 153 157 159 161 163 167 168 172 173 174 182 183 184 185 186 187 188 189 190 191 195 196 199 200 203 204 206 208 209 210 212 213 215 216 217 218 219 220 222 223 224 226 227 228 230 233 234 235 236 237 238 239 240 241 242 245 246 247 248 249 252 257 258 261 262 263 268 271 272 273 274 277 278 279 280 282 284 285 298 299 300 304 305 307 308 309 310 311 312 313 314 315 316 319 320 322 326 328 368 371 372 373 374 375 376 377 379 382 383 384 385 390 391 396 401 402 403 404 405 406 407 409 410 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 429 432 433 434 437 438 449 450 453 456 457 458 460 461 462 463 464 465 467 470 471 472 473 474 475 476 477 479 480 481 482 483 484 485 486 487 488 489 490 491 493 495 496 499 502 503 505 506 507 512 514 518 519 523 524 526 530 531 533 538 539 540 541 542 543 544 545 546 547 548 549 550 551 553 555 556 557 560 561 562 563 564 566 567 568 569 573 574 575 576 577 578 579 581 582 584 587 588 592 593 594 596 598 599 605 611 612 613 618 621 623 625 626 627 628 629 630 631 632 634 637 640 641 642 643 645 657 666 667 687 688 689 693 694 695 696 697 698 906 907 909 910 911 ```

@bors
Copy link
Contributor

bors commented Jun 10, 2018

⌛ Testing commit f2349d5 with merge b202beb...

bors added a commit that referenced this pull request Jun 10, 2018
@bors
Copy link
Contributor

bors commented Jun 11, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: Manishearth
Pushing b202beb to master...

@bors bors merged commit f2349d5 into rust-lang:master Jun 11, 2018
@GuillaumeGomez GuillaumeGomez deleted the fix-error-codes branch June 11, 2018 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants