Skip to content

Commit f0e1250

Browse files
committed
Fix delayed missing-fields diagnostics after rebase
Use the current type-owner variable when emitting delayed missing-fields diagnostics after the upstream diagnostics plumbing rename. AI assistance disclosure: ChatGPT helped identify and validate this minimal compile fix. I reviewed the change before committing.
1 parent 5ce8d46 commit f0e1250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/hir/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2199,7 +2199,7 @@ impl DefWithBody {
21992199
d,
22002200
source_map,
22012201
sig_source_map,
2202-
env,
2202+
type_owner,
22032203
));
22042204
}
22052205

0 commit comments

Comments
 (0)