diff options
| author | Michael Howell <michael@notriddle.com> | 2023-04-24 12:14:35 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2023-04-24 12:14:35 -0700 |
| commit | c4e00f7bd525dd480341c1790d10276274eed9a6 (patch) | |
| tree | 55d4de701b8cc56fb5c173f907d044b4615df9eb /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | b72460fe46a873da0c40582636c26e7675e92288 (diff) | |
| download | rust-c4e00f7bd525dd480341c1790d10276274eed9a6.tar.gz rust-c4e00f7bd525dd480341c1790d10276274eed9a6.zip | |
rustdoc-search: add slices and arrays to index
This indexes them as primitives with generics, so `slice<u32>` is how you search for `[u32]`, and `array<u32>` for `[u32; 1]`. A future commit will desugar the square bracket syntax to search both arrays and slices at once.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
