File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2179,12 +2179,12 @@ fn async_gen_yield_return_unit() {
21792179 use core::task::{Context, Poll};
21802180 use core::async_iter::AsyncIterator;
21812181 use core::pin::Pin;
2182-
2182+
21832183 fn test(mut context: Context) {
21842184 let mut g = async gen {
21852185 let () = yield;
21862186 };
2187-
2187+
21882188 match Pin::new(&mut g).poll_next(&mut context) {
21892189 Poll::Ready(Some(())) => {}
21902190 Poll::Ready(None) => {}
Original file line number Diff line number Diff line change @@ -7238,8 +7238,8 @@ impl Iterator for S {
72387238 file_id: FileId(
72397239 1,
72407240 ),
7241- full_range: 6850..7316 ,
7242- focus_range: 6894..6902 ,
7241+ full_range: 6851..7356 ,
7242+ focus_range: 6934..6942 ,
72437243 name: "Iterator",
72447244 kind: Trait,
72457245 container_name: "iterator",
You can’t perform that action at this time.
0 commit comments