Doc primitives
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
//! FIXME: write short doc here
|
//! Work in Progress: everything related to types, type inference and trait
|
||||||
|
//! solving.
|
||||||
|
|
||||||
pub mod primitive;
|
pub mod primitive;
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
//! FIXME: write short doc here
|
//! Defines primitive types, which have a couple of peculiarities:
|
||||||
|
//!
|
||||||
|
//! * during type inference, they can be uncertain (ie, `let x = 92;`)
|
||||||
|
//! * they don't belong to any particular crate.
|
||||||
|
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user