diff options
Diffstat (limited to 'tests/ui/coherence/auxiliary/trait-with-const-param.rs')
| -rw-r--r-- | tests/ui/coherence/auxiliary/trait-with-const-param.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/coherence/auxiliary/trait-with-const-param.rs b/tests/ui/coherence/auxiliary/trait-with-const-param.rs new file mode 100644 index 00000000000..a44eb14f8e4 --- /dev/null +++ b/tests/ui/coherence/auxiliary/trait-with-const-param.rs @@ -0,0 +1 @@ +pub trait Trait<const N: usize, T> {} |
