make impl and trait inactive diagnostics work

This commit is contained in:
Kartavya Vashishtha 2022-08-20 13:28:43 +05:30
parent c1eae3d028
commit 87b779756c
No known key found for this signature in database
GPG key ID: A50012C2324E5DF0
4 changed files with 48 additions and 19 deletions

View file

@ -106,7 +106,6 @@ fn f() {
#[test]
fn inactive_assoc_item() {
// FIXME these currently don't work, hence the *
check(
r#"
struct Foo;