Closed
Description
PR #15990 introduced a bug when unwrapping this file_id
:
The function returns None
if the file is a macro file:
rust-analyzer/crates/span/src/lib.rs
Lines 253 to 259 in 932d85b
Maybe changing it to something like trait_impl_missing_assoc_item
will work?