]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.


Trivial merge