1
Fork 0

std: Move intrinsics to std::intrinsics.

Issue #1457
This commit is contained in:
Brian Anderson 2014-02-15 23:49:08 -08:00
parent edf351e9f7
commit 4d10bdc5b9
41 changed files with 49 additions and 47 deletions

View file

@ -196,7 +196,8 @@ pub mod reflect;
// Private APIs
#[unstable]
pub mod unstable;
#[experimental]
pub mod intrinsics;
/* For internal use, not exported */