rust-analyzer/crates/hir_ty/src/tests
Jade e666589e63 Add support for lengths in array repeats, if they are literals
Now we will get the type of `[0u8; 4]`.
2021-05-12 21:22:46 -07:00
..
coercion.rs Add support for lengths in array repeats, if they are literals 2021-05-12 21:22:46 -07:00
display_source_code.rs Render Fn* trait objects and impl types as rust does 2021-01-13 13:29:47 +01:00
macros.rs hir_ty: cleanups and extend infinitely_recursive_macro_type test 2021-04-18 20:18:48 +02:00
method_resolution.rs Collect inherent impls in unnamed consts 2021-04-19 01:06:26 +02:00
never_type.rs Switch to expect_test from crates.io 2020-08-21 13:19:31 +02:00
patterns.rs Add lowering of array lengths in types 2021-05-12 21:22:46 -07:00
regression.rs Merge #8799 2021-05-12 14:49:43 +00:00
simple.rs Support length for ByteStrings 2021-05-12 21:22:46 -07:00
traits.rs Add basic support for array lengths in types 2021-05-11 05:25:19 -07:00