fix coroutine witness doctest
This commit is contained in:
parent
6cfd80942e
commit
c9889b02b9
@ -181,9 +181,9 @@ pub enum TyKind<I: Interner> {
|
|||||||
/// Looking at the following example, the witness for this coroutine
|
/// Looking at the following example, the witness for this coroutine
|
||||||
/// may end up as something like `for<'a> [Vec<i32>, &'a Vec<i32>]`:
|
/// may end up as something like `for<'a> [Vec<i32>, &'a Vec<i32>]`:
|
||||||
///
|
///
|
||||||
/// ```ignore UNSOLVED (ask @compiler-errors, should this error? can we just swap the yields?)
|
/// ```
|
||||||
/// #![feature(coroutines)]
|
/// #![feature(coroutines)]
|
||||||
/// |a| {
|
/// static |a| {
|
||||||
/// let x = &vec![3];
|
/// let x = &vec![3];
|
||||||
/// yield a;
|
/// yield a;
|
||||||
/// yield x[0];
|
/// yield x[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user