Add last remaining module docstring

This commit is contained in:
Florian Diebold 2021-05-22 16:39:19 +02:00
parent a99de65573
commit a88c7c04d2
2 changed files with 5 additions and 22 deletions

View file

@ -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;