Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When building with `rustc-dep-of-std`, we don't get the core types imported by default (`Clone`, `Copy`, `Option`). In order to avoid needing to import these individually, introduce a prelude that includes them. This also includes the C numeric types that are frequently used.
- Loading branch information