mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-16 22:16:53 +00:00
Doc primitives
This commit is contained in:
parent
45d05ed783
commit
4e17718a9a
@ -1,3 +1,4 @@
|
||||
//! FIXME: write short doc here
|
||||
//! Work in Progress: everything related to types, type inference and trait
|
||||
//! solving.
|
||||
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user