Commit d9b4bcc
committed
Excuse regex from doing rustdoc tests atop stage1.
Hopefully final step to get `make check-stage1` working again.
The use of a special-case check for regex here is ugly but is
analogous other similar checks for regex such as the one that landed
in PR rust-lang#13844.
The way this is written, the user will get a reminder that
doc-crate-regex is being skipped whenever their rules attempt to do
the crate documentation tests. This is deliberate: I want people
running `make check-stage1` to be reminded about which cases are being
skipped. (But if such echo noise is considered offensive, it can
obviously be removed.)1 parent 688da7c commit d9b4bcc
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
796 | 814 | | |
797 | 815 | | |
| 816 | + | |
798 | 817 | | |
799 | 818 | | |
800 | 819 | | |
| |||
0 commit comments