]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #51153 - ogham:panic-and-compile_error-docs, r=GuillaumeGomez
authorPietro Albini <pietro@pietroalbini.org>
Tue, 26 Jun 2018 09:35:34 +0000 (11:35 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Jun 2018 09:35:34 +0000 (11:35 +0200)
commit756b69492b9cd4c3a3ee16514ed32764e0a059d3
tree2181194209148f6fdd461d66f2ea06d1ff0fa5ee
parentd72a67f3bbf48cec735de85ec9c4200b842a80f6
parentf85ddfbc3f25b73d41aa9db332dcd72bf70cd985
Rollup merge of #51153 - ogham:panic-and-compile_error-docs, r=GuillaumeGomez

Link panic and compile_error docs

This adds documentation links between `panic!()` and `compile_error!()` as per #47275, which points out that they’re similar. It also adds a sentence to the `compile_error()` docs I thought could be added.