diff options
Diffstat (limited to 'tests/rustdoc-ui/issue-102467.rs')
| -rw-r--r-- | tests/rustdoc-ui/issue-102467.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rustdoc-ui/issue-102467.rs b/tests/rustdoc-ui/issue-102467.rs index bff876e41d6..a27e6156979 100644 --- a/tests/rustdoc-ui/issue-102467.rs +++ b/tests/rustdoc-ui/issue-102467.rs @@ -6,6 +6,7 @@ trait T { type A: S<C<X = 0i32> = 34>; //~^ ERROR associated type bindings are not allowed here + //~| ERROR associated type bindings are not allowed here } trait S { |
