made edit possible
This commit is contained in:
@@ -267,7 +267,7 @@ That means turning to unsafe.
|
|||||||
|
|
||||||
Now, as you'll notice, this compiles:
|
Now, as you'll notice, this compiles:
|
||||||
|
|
||||||
```rust
|
```rust,editable
|
||||||
pub fn main() {
|
pub fn main() {
|
||||||
let mut gen = GeneratorA::start();
|
let mut gen = GeneratorA::start();
|
||||||
let mut gen2 = GeneratorA::start();
|
let mut gen2 = GeneratorA::start();
|
||||||
|
|||||||
Reference in New Issue
Block a user