about summary refs log tree commit diff
path: root/src/test/rustdoc/process-termination.rs
AgeCommit message (Collapse)AuthorLines
2019-02-17Modify doctest's auto-`fn main()` to allow `Result`sAndre Bogus-0/+24
This lets the default `fn main()` unwrap any `Result`s, which allows the use of `?` in most tests without adding it manually.