[WIP] give better errors for broken intra doc links

This commit is contained in:
Joshua Nelson 2020-08-20 11:41:18 -04:00
parent 7d289aeade
commit 3797f29aad
10 changed files with 475 additions and 93 deletions

View file

@ -2,6 +2,7 @@
//!
//! [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/hir.html
#![feature(array_value_iter)]
#![feature(crate_visibility_modifier)]
#![feature(const_fn)] // For the unsizing cast on `&[]`
#![feature(const_panic)]