☰
Module doctest
Structs
Enums
Traits
Functions
?
Module
rustdoc
::
doctest
source
·
[
−
]
Structs
Collector
🔒
GlobalTestOptions
🔒
Options that apply to all doctests in a crate or Markdown file (for
rustdoc foo.md
).
HirCollector
🔒
UnusedExterns
🔒
Enums
DirState
🔒
TestFailure
🔒
Documentation test failure modes.
Traits
Tester
🔒
Functions
check_if_attr_is_complete
🔒
make_test
🔒
Transforms a test into code that can be compiled into a Rust binary, and returns the number of lines before the test code begins as well as if the output stream supports colors or not.
partition_source
🔒
run
🔒
run_test
🔒
run_tests
🔒
scrape_test_config
🔒