rust/tests/ui/type/pattern_types
Markus Reiter bd8e565e16
Use generic `NonZero`.
2024-05-08 21:37:55 +02:00
..
bad_pat.rs Start handling pattern types at the HIR -> Ty conversion boundary 2024-04-08 12:01:50 +00:00
bad_pat.stderr Start handling pattern types at the HIR -> Ty conversion boundary 2024-04-08 12:01:50 +00:00
const_generics.rs Handle const generic pattern types 2024-04-09 16:42:45 -03:00
derives.noimpl.stderr Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
derives.rs Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
derives.stderr Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
feature-gate-pattern_types.rs
feature-gate-pattern_types.stderr
feature-gate-pattern_types2.rs
macros.active.stderr Test macros 2024-04-08 12:02:12 +00:00
macros.gated.stderr Test macros 2024-04-08 12:02:12 +00:00
macros.rs Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
range_patterns.rs Normalize layout test to protect against android alignment differences 2024-04-08 12:06:28 +00:00
range_patterns.stderr Normalize layout test to protect against android alignment differences 2024-04-08 12:06:28 +00:00
range_patterns_inherent_impls.rs Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
range_patterns_inherent_impls.stderr Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
range_patterns_trait_impls.rs Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
range_patterns_trait_impls2.rs Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
range_patterns_trait_impls2.stderr Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
range_patterns_unusable.rs Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
range_patterns_unusable.stderr Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
range_patterns_unusable_math.rs Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
range_patterns_unusable_math.stderr Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
range_patterns_usage.rs Use generic `NonZero`. 2024-05-08 21:37:55 +02:00
unimplemented_pat.rs Avoid ICEing without the `pattern_types` feature gate 2024-04-08 21:02:13 +00:00
unimplemented_pat.stderr Avoid ICEing without the `pattern_types` feature gate 2024-04-08 21:02:13 +00:00