-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Generator example does not compile #58195
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 tools
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 tools
Type
Fields
Give feedbackNo fields configured for issues without a type.
Here's an example:
https://doc.rust-lang.org/std/ops/trait.Generator.html
Trying to compile it with nightly@play.rust-lang.org (2019-02-04) yields (heh) the following errors:
For reference, here's the example I'm trying to compile: