I was working on try{}, which is 2018-only, so needed to disable the unstable book doctest for it since I couldn't find a way to run it in 2018: https://github.com/rust-lang/rust/pull/52602/files#diff-61f80654219faf8a22cb14554f6a9ae0R12
This would presumably also be useful for the edition guide, which is currently ignoreing most of its doctests, which has let typos slip in (like rust-lang/edition-guide#30).
I was working on
try{}, which is 2018-only, so needed to disable the unstable book doctest for it since I couldn't find a way to run it in 2018: https://github.com/rust-lang/rust/pull/52602/files#diff-61f80654219faf8a22cb14554f6a9ae0R12This would presumably also be useful for the edition guide, which is currently
ignoreing most of its doctests, which has let typos slip in (like rust-lang/edition-guide#30).