Add -Z normalize-docs and enable it for compiler docs

This commit is contained in:
Joshua Nelson 2020-11-28 19:19:41 -05:00
parent e37f25aa3f
commit 95a6427d2c
5 changed files with 10 additions and 3 deletions

View file

@ -1,7 +1,7 @@
// ignore-tidy-linelength
// aux-build:normalize-assoc-item.rs
// build-aux-docs
// ignore-test
// compile-flags:-Znormalize-docs
pub trait Trait {
type X;