We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a76ef8 commit c6e6ac9Copy full SHA for c6e6ac9
compiler/rustc_trait_selection/src/traits/wf.rs
@@ -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
+
6
use std::iter;
7
8
use rustc_hir as hir;
0 commit comments