Closed
Description
(@GuillaumeGomez asked me to open an issue here, see his comment: GuillaumeGomez/doc-comment#25 (comment))
The docs for documentation tests (https://doc.rust-lang.org/rustdoc/documentation-tests.html) don't currently mention in which files doctests can be put. E.g. they work if put into src/*
files, but not in integration test files in tests/*
. It would be good if that was mentioned there.