about summary refs log tree commit diff
path: root/src/test/compile-fail/feature-gate-external_doc.rs
AgeCommit message (Collapse)AuthorLines
2017-12-07Migrate a few feature gate tests to uiest31-12/+0
Renames only in this commit, and obviously .stderr file additions.
2017-11-21allow loading external files in documentationQuietMisdreavus-0/+12
Partial implementation of https://github.com/rust-lang/rfcs/pull/1990 (needs error reporting work) cc #44732