Uh oh!
There was an error while loading. Please reload this page.
Add some more error explanations - #25328
Conversation
rust-highfive
commented
May 12, 2015
r? @pcwalton (rust_highfive has picked a reviewer for you, use r? to override) |
This also updates the error message to remove mention of "managed heap", which was removed in 8a91d33.
This error code has been removed.
There was a problem hiding this comment.
I think not naming the parameter here is somewhat rare, could this be given a name?
There was a problem hiding this comment.
(ah same for the above fn foo as well)
I've just added a link instead to the lifetime elision section of the book.
alexcrichton
commented
May 12, 2015
Adds long diagnostic messages for the following error codes: - E0049 - E0050 - E0066 - E0069 - E0106 - E0107 - E0166 - E0201 - E0322 cc rust-lang#24407
steveklabnik
commented
May 13, 2015
I think this may have borked the rollup: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/4917/steps/test/logs/stdio did it? |
nham
commented
May 13, 2015
Maybe? It seems that those tests are looking for a specific error message, and I changed the error message. I'm not completely sure. |
nham
commented
May 13, 2015
@steveklabnik Sorry about that. I've added an attempted fix. Not tested yet though. |
steveklabnik
commented
May 13, 2015
I'm not 100% sure that it's the cause. If the next one fails, i'll pull in that commit and try again ❤️ |
steveklabnik
commented
May 13, 2015
yup, it failed again. cherry-picking that commit, thanks for writing it |
nham
commented
May 13, 2015
Something seems to be up with this. When I try to run |
Adds long diagnostic messages for the following error codes:
cc #24407