Ilnur Iskhakov

Results 3 issues of Ilnur Iskhakov

In https://github.com/rust-analyzer/rust-analyzer/issues/9990 we've found this failing test: ```rust test!( program { #[upstream] #[non_enumerable] #[lang(sized)] trait Sized {} #[non_enumerable] #[object_safe] trait Database {} #[non_enumerable] trait QueryGroup where Self: Sized, { type...

C-chalk-recursive

rust-analyzer version: 0.4.1142-standalone (c2eebd7a5 2022-07-26) ```rust #[test] fn box_pat() { check_types( r#" pub struct Global; #[lang = "owned_box"] pub struct Box(T); fn test(b: Box) { let box x = &b;...

A-ty
S-actionable
C-bug

![Screenshot_20220728_120206](https://user-images.githubusercontent.com/7803845/181442747-b9337eab-f70b-423b-b912-a838152dd2fe.png) rustc's implementation https://github.com/rust-lang/rust/pull/81869

A-parser
C-bug