Conversation
While implementing panic_fmt for the GameCube I noticed that the parameters given to it were completely broken. Turns out that panic_fmt requires the C ABI to work correctly. This should be fixed in the documentation, so that others don't make the same mistake. Thanks to mbrubeck in the IRC for helping me figure this out. Not specifying extern for lang_items correctly should potentially also be a compiler error.
|
@bors: r+ rollup Thanks! |
|
📌 Commit e9b1c3c has been approved by |
|
⌛ Testing commit e9b1c3c with merge 17ef356... |
|
💔 Test failed - auto-win-gnu-64-nopt-t |
|
Looks like it timed out. Am Mittwoch, 30. März 2016 schrieb bors :
|
|
@bors: retry On Wed, Mar 30, 2016 at 6:49 AM, Christopher Serr notifications@github.com
|
Fix panic_fmt in the Book While implementing panic_fmt for the GameCube I noticed that the parameters given to it were completely broken. Turns out that panic_fmt requires the C ABI to work correctly. This should be fixed in the documentation, so that others don't make the same mistake. Thanks to mbrubeck in the IRC for helping me figure this out. Not specifying extern for lang_items correctly should potentially also be a compiler error.
While implementing panic_fmt for the GameCube I noticed that the parameters given to it were completely broken. Turns out that panic_fmt requires the C ABI to work correctly. This should be fixed in the documentation, so that others don't make the same mistake. Thanks to mbrubeck in the IRC for helping me figure this out.
Not specifying extern for lang_items correctly should potentially also be a compiler error.