We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e597d1f commit 46b0988Copy full SHA for 46b0988
crates/hir-ty/src/tests/simple.rs
@@ -2179,12 +2179,12 @@ fn async_gen_yield_return_unit() {
2179
use core::task::{Context, Poll};
2180
use core::async_iter::AsyncIterator;
2181
use core::pin::Pin;
2182
-
+
2183
fn test(mut context: Context) {
2184
let mut g = async gen {
2185
let () = yield;
2186
};
2187
2188
match Pin::new(&mut g).poll_next(&mut context) {
2189
Poll::Ready(Some(())) => {}
2190
Poll::Ready(None) => {}
crates/ide/src/hover/tests.rs
@@ -7238,8 +7238,8 @@ impl Iterator for S {
7238
file_id: FileId(
7239
1,
7240
),
7241
- full_range: 6850..7316,
7242
- focus_range: 6894..6902,
+ full_range: 6851..7356,
+ focus_range: 6934..6942,
7243
name: "Iterator",
7244
kind: Trait,
7245
container_name: "iterator",
0 commit comments