Module docs
This commit is contained in:
parent
0a76ef816f
commit
c6e6ac9575
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
//! Core logic responsible for determining what it means for various type system
|
||||
//! primitives to be "well formed". Actually checking whether these primitives are
|
||||
//! well formed is performed elsewhere (e.g. during type checking or item well formedness
|
||||
//! checking).
|
||||
|
||||
use std::iter;
|
||||
|
||||
use rustc_hir as hir;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue