diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-02-15 23:49:08 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-02-23 01:07:53 -0800 |
| commit | 4d10bdc5b9fecee38abcad78a86e552a961b1a0a (patch) | |
| tree | 652d89a93931598a38fed6aa082b87acab38317e /src/libstd/lib.rs | |
| parent | edf351e9f7d17777b1385093bfa7b6654e662d44 (diff) | |
| download | rust-4d10bdc5b9fecee38abcad78a86e552a961b1a0a.tar.gz rust-4d10bdc5b9fecee38abcad78a86e552a961b1a0a.zip | |
std: Move intrinsics to std::intrinsics.
Issue #1457
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 6996cba42b4..46958974484 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -196,7 +196,8 @@ pub mod reflect; // Private APIs #[unstable] pub mod unstable; - +#[experimental] +pub mod intrinsics; /* For internal use, not exported */ |
