Guillaume Gomez
22465b35a6
Apply same treatment to MISSING_DOC_CODE_EXAMPLES
2020-10-12 13:46:37 +02:00
Guillaume Gomez
b31f5d05b1
Inherit lint level from parents
2020-10-12 13:46:37 +02:00
Roman
02e6b861eb
rustdoc: skip allow missing doc in cover. report
...
During the document coverage reporting with
```bash
rustdoc something.rs -Z unstable-options --show-coverage
```
the coverage report also includes parts of the code that are marked
with `#[allow(missing_docs)]`, which outputs lower numbers in the
coverage report even though these parts should be ignored for the
calculation.
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2020-10-12 13:46:37 +02:00
Guillaume Gomez
15d25a8a72
Add test for ignored private doc test
2020-09-12 19:02:15 +02:00
Guillaume Gomez
9c254c18d6
Update how doc examples are counted
2020-08-20 21:26:57 +02:00
Guillaume Gomez
631c80659d
Remove "total" columns in --show-coverage output
2020-08-20 21:09:40 +02:00
Guillaume Gomez
6fb7e02a36
Update rustdoc coverage UI test
2020-08-20 17:42:17 +02:00
Guillaume Gomez
f957bae74e
Update rustdoc-ui tests
2020-08-18 14:32:15 +02:00
Val Markovic
2add9d8fc2
Moving all rustdoc-ui tests to check-pass
...
These were all build-pass before and don't seem to need it.
Helps with #62277
2020-04-19 16:40:53 -07:00
Guillaume Gomez
b6466273ba
remove output-format test
2020-03-02 13:20:32 +01:00
Guillaume Gomez
f1070b1525
Replace ToJson with serde
2020-03-02 13:19:10 +01:00
Guillaume Gomez
15babed8b7
add tests for rustdoc output-format json
2020-03-02 13:18:45 +01:00
varkor
2777386dc2
Replace abstract type with type alias impl Trait
2019-08-02 02:44:36 +01:00
varkor
c28ce3e4ca
Replace "existential" by "opaque"
2019-08-02 02:44:36 +01:00
Yuki Okushi
c004451a20
Migrate compile-pass annotations to build-pass
2019-07-03 06:30:28 +09:00
QuietMisdreavus
515dbe73ab
update rustdoc coverage tests with new table layout
2019-02-28 16:24:38 -06:00
QuietMisdreavus
63bdd29ef4
add tests for doc coverage
2019-02-28 16:11:21 -06:00