Closed
Description
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 ignore
ing most of its doctests, which has let typos slip in (like rust-lang/edition-guide#30).
Metadata
Metadata
Assignees
Labels
Area: The 2018 editionCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.`#![feature(rust_2018_preview)]`Relevant to the rustdoc team, which will review and decide on the PR/issue.