mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Doc primitives
This commit is contained in:
parent
45d05ed783
commit
4e17718a9a
2 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue