about summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0440.rs
AgeCommit message (Collapse)AuthorLines
2019-01-14rustc: Remove platform intrinsics crateAlex Crichton-13/+0
This was originally attempted in #57048 but it was realized that we could fully remove the crate via the `"unadjusted"` ABI on intrinsics. This means that all intrinsics in stdsimd are implemented directly against LLVM rather than using the abstraction layer provided here. That ends up meaning that this crate is no longer used at all. This crate developed long ago to implement the SIMD intrinsics, but we didn't end up using it in the long run. In that case let's remove it!
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-24make non_camel_case_types an early lintAndy Russell-0/+1
2018-02-08Move some E0XXX to `ui`Esteban Küber-0/+22