-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Sorry I didn't get a clear repro here.
Here is the file containing the problem: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=073305de6384df0e7ba6e11bdf798189 at line 80.
Or you may download git project at https://github.com/shootingsyh/rxstream, and open vs code with rust plugin and rust-analyser setup. See file with_latest_from.rs.
queued_source is a pin project field, and should be of type Option. When calling the Option::take function, rust-analyser think it is a stream and expect it to have one argument.
Metadata
Metadata
Assignees
Labels
No labels