Uh oh!
There was an error while loading. Please reload this page.
Rollup of 5 pull requests - #51782
Conversation
Recently, there has been some rearrangement of the content in the Rustc Guide, and this commit changes the urls the match the updated guide.
Fixesrust-lang#47275. These two macros are similar, but different, and could do with documentation links to each other.
It now details why using compile_error!() is different from just not having the final macro_rules!() branch.
… r=GuillaumeGomez Link panic and compile_error docs This adds documentation links between `panic!()` and `compile_error!()` as per rust-lang#47275, which points out that they’re similar. It also adds a sentence to the `compile_error()` docs I thought could be added.
…build, r=oli-obk Fix unknown windows build Fixesrust-lang#51618.
…r=estebank Add error for using null characters in #[export_name] Fixesrust-lang#51741.
…nks, r=frewsxcv Update broken rustc-guide links Recently, there has been some rearrangement of the content in the Rustc Guide, and this commit changes the urls the match the updated guide.
GuillaumeGomez
commented
Jun 25, 2018
@bors: r+ p=5 |
bors
commented
Jun 25, 2018
📌 Commit ea5cfee has been approved by |
bors
commented
Jun 25, 2018
⌛ Testing commit ea5cfee with merge 69b87aa280d973212ce23bb7f1d9580723a82a5e... |
bors
commented
Jun 25, 2018
💔 Test failed - status-travis |
rust-highfive
commented
Jun 25, 2018
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
1 similar comment
rust-highfive
commented
Jun 25, 2018
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
kennytm
commented
Jun 25, 2018
Legit. Should be #51695. |
Successful merges:
Failed merges:
r? @ghost