Skip to content

Commit c6e6ac9

Browse files
committed
Module docs
1 parent 0a76ef8 commit c6e6ac9

File tree

1 file changed

+5
-0
lines changed
  • compiler/rustc_trait_selection/src/traits

1 file changed

+5
-0
lines changed

compiler/rustc_trait_selection/src/traits/wf.rs

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//! Core logic responsible for determining what it means for various type system
2+
//! primitives to be "well formed". Actually checking whether these primitives are
3+
//! well formed is performed elsewhere (e.g. during type checking or item well formedness
4+
//! checking).
5+
16
use std::iter;
27

38
use rustc_hir as hir;

0 commit comments

Comments
 (0)