We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfd809 commit c9889b0Copy full SHA for c9889b0
compiler/rustc_type_ir/src/ty_kind.rs
@@ -181,9 +181,9 @@ pub enum TyKind<I: Interner> {
181
/// Looking at the following example, the witness for this coroutine
182
/// may end up as something like `for<'a> [Vec<i32>, &'a Vec<i32>]`:
183
///
184
- /// ```ignore UNSOLVED (ask @compiler-errors, should this error? can we just swap the yields?)
+ /// ```
185
/// #![feature(coroutines)]
186
- /// |a| {
+ /// static |a| {
187
/// let x = &vec![3];
188
/// yield a;
189
/// yield x[0];
0 commit comments