fix: Crash on code actions when an unresolved module is present · rust-lang/rust-analyzer@9d343e9
Previously rust-analyzer assumed that a module always had an item
list, which isn't true for unresolved modules.
Handle this situation gracefully instead of panicking, and add a test.
AI disc...