rustc lint listing code snippets don't have any indentation #79748
Labels
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
P-high
High priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
It used to (on stable and beta) look like this:
But on nightly it looks like:
The source code for the snippet is:
This is true for other code snippets in the lint listing, though the rest of the book (and other books) don't have the issue.
The text was updated successfully, but these errors were encountered: