mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
551da06157
With the stability attributes we can put public-but unstable modules next to others, so this moves `intrinsics` and `raw` out of the `unstable` module (and marks both as `#[experimental]`).