The plugin shows two items as a result of name resolution of glutin::event_loop path. That leads to lack of name resolution for all items from this module (of course, it's expected because of multi resolve of event_loop module itself)

It's interesting that both name resolution results are the same
This bug was introduced in v128 release. Everything works fine with v127
Cargo.toml
[dependencies]
glutin = "0.24"
main.rs
use glutin::event_loop::EventLoop;
fn main() {}
Bisected this to bcdc01d.
@Kobzol oh, thanks!
CC @SergeevPavel
Most helpful comment
Bisected this to https://github.com/intellij-rust/intellij-rust/commit/bcdc01d9d48f7ab1150b94f743c530a77a95e2b8.