mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 04:10:37 +00:00
Allow generic SIMD array element type Fixes the following: ```rust #[repr(simd)] struct V<T>([T; 4]); ``` cc ``@workingjubilee``
This directory contains the source code of the rust project, including:
- The test suite
- The bootstrapping build system
- Various submodules for tools, like rustdoc, rls, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.