Add dangling impl

- Adds dangling impl diagnostics
- Rename validation test from dangling_impl to dangling_iml_ref
This commit is contained in:
bit-aloo 2025-03-03 15:58:33 +05:30
parent 0b97ae26bf
commit af959f9031
No known key found for this signature in database
GPG key ID: 02911B24FDAE81DA
5 changed files with 54 additions and 31 deletions

View file

@ -0,0 +1 @@
fn f(_: &impl) {}