rust-analyzer/crates/ide-diagnostics/src
Chayim Refael Friedman 5076ef7d9b Emit an error when RTN is used in an incorrect place
We miss one place: associated type bindings aka. `impl Trait<Type(..): Send>`, but we also miss it for Fn-style parenthesizes error so I left it out for now.
2025-03-12 23:34:16 +02:00
..
handlers Emit an error when RTN is used in an incorrect place 2025-03-12 23:34:16 +02:00
tests Fix a bug with missing binding in MBE 2025-01-07 23:04:53 +02:00
lib.rs Emit an error when RTN is used in an incorrect place 2025-03-12 23:34:16 +02:00
tests.rs internal: port rust-analyzer to new Salsa 2025-03-10 13:30:51 -04:00