Files
rust/compiler
Matthias Krüger 90af17ddcb Rollup merge of #123997 - compiler-errors:self-res, r=fmease
Delay span bug when `Self` kw resolves to `DefKind::{Mod,Trait}`

Catch the case where `kw::Self` is recovered in the parser and causes us to subsequently resolve `&self`'s implicit type to something that's not a type.

This check could be made more accurate, though I'm not sure how hard we have to try here.

Fixes #123988
2024-04-17 05:44:53 +02:00
..
2024-04-15 23:27:21 -04:00
2024-04-15 16:45:48 -04:00
2024-04-14 14:56:41 +02:00
2024-04-14 15:01:04 +02:00