mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
make impl and trait inactive diagnostics work
This commit is contained in:
parent
c1eae3d028
commit
87b779756c
4 changed files with 48 additions and 19 deletions
|
@ -106,7 +106,6 @@ fn f() {
|
|||
|
||||
#[test]
|
||||
fn inactive_assoc_item() {
|
||||
// FIXME these currently don't work, hence the *
|
||||
check(
|
||||
r#"
|
||||
struct Foo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue