Uh oh!
There was an error while loading. Please reload this page.
Error codes new - #42654
Conversation
rust-highfive
commented
Jun 14, 2017
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
Susurrus
commented
Jun 14, 2017
This looks good. Only comment I have on the text is whether this should include stating what the type was of the "something" that was called. I don't know if that'd every be useful to the user who sees this error in debugging though. |
6c91102 to
8f32a30CompareQuietMisdreavus
commented
Jun 14, 2017
I'm wondering what the purpose of making these different error codes is. It seems more like E0618 is just a special case of E0619 at the moment. The latter looks like a catch-all "you called something that can't be called" error, while the former is specifically about unit types? Would it be a problem to make them use the same error code? |
GuillaumeGomez
commented
Jun 14, 2017
@QuietMisdreavus: I was wondering about this and I think I'll go this way. |
8f32a30 to
975d2e9Compareaidanhs
commented
Jun 15, 2017
Bunch of travis failures e.g. |
975d2e9 to
fa655bdComparefa655bd to
f720e97CompareGuillaumeGomez
commented
Jun 15, 2017
Fixed CI. |
QuietMisdreavus
commented
Jun 15, 2017
Looks good to me! @bors r+ |
bors
commented
Jun 15, 2017
📌 Commit f720e97 has been approved by |
frewsxcv
commented
Jun 16, 2017
@bors rollup |
…uietMisdreavus Error codes new Part of rust-lang#42229. cc @Susurrus@frewsxcv@QuietMisdreavus
Part of #42229.
cc @Susurrus@frewsxcv@QuietMisdreavus