-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Rustdoc no longer processes text, no_run code blocks #41167
Copy link
Copy link
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsP-highHigh priorityHigh priorityregression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Milestone
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsP-highHigh priorityHigh priorityregression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Type
Fields
Give feedbackNo fields configured for issues without a type.
With Rust 1.16.0, the following snippet is parsed correctly by
rustdoc:However, this appears to be broken on the latest
nightly(tested on53f4bc311 2017-04-07). The code block appears to be interpreted as rust code, giving this error: