mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Add last remaining module docstring
This commit is contained in:
parent
a99de65573
commit
a88c7c04d2
2 changed files with 5 additions and 22 deletions
|
@ -1,4 +1,6 @@
|
|||
//! FIXME: write short doc here
|
||||
//! Various diagnostics for expressions that are collected together in one pass
|
||||
//! through the body using inference results: mismatched arg counts, missing
|
||||
//! fields, etc.
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue