summary refs log tree commit diff
path: root/src/test/rustdoc-ui/failed-doctest-missing-codes.stdout
AgeCommit message (Collapse)AuthorLines
2019-10-11rustdoc: forward -Z options to rustcTomasz Miąsko-7/+7
Currently rustdoc does not forward `-Z` options to rustc when building test executables. This makes impossible to use rustdoc to run test samples when crate under test is instrumented with one of sanitizers `-Zsanitizer=...`, since the final linking step will not include sanitizer runtime library. Forward `-Z` options to rustc to solve the issue. Helps with #43031.
2019-05-22do not print panic message on doctest failuresAndy Russell-0/+26