We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3dbb5 commit 1cff4c2Copy full SHA for 1cff4c2
src/test/mod.rs
@@ -146,7 +146,7 @@ fn trait_items_with_duplicate_fn_names() {
146
}
147
]
148
149
- [ /* TODO */ ]
+ ["the function name `a` is defined multiple times",]
150
151
expect_test::expect![[r#"
152
check_trait(A)
@@ -169,7 +169,7 @@ fn trait_items_with_duplicate_associated_type_names() {
169
170
171
172
+ ["the associated type name `Assoc` is defined multiple times",]
173
174
175
0 commit comments