Skip to content

Commit 4e17718

Browse files
committed
Doc primitives
1 parent 45d05ed commit 4e17718

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

crates/ra_hir_ty/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
//! FIXME: write short doc here
1+
//! Work in Progress: everything related to types, type inference and trait
2+
//! solving.
23
34
pub mod primitive;

crates/ra_hir_ty/src/primitive.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
//! FIXME: write short doc here
1+
//! Defines primitive types, which have a couple of peculiarities:
2+
//!
3+
//! * during type inference, they can be uncertain (ie, `let x = 92;`)
4+
//! * they don't belong to any particular crate.
25
36
use std::fmt;
47

0 commit comments

Comments
 (0)