Gurinder Singh

Results 63 comments of Gurinder Singh

Has any work been done on this guys?

Yeah. This would work for me.

I have a similar problem. I'm seeing a breakage when I updated to `nightly-2018-09-16-x86_64-pc-windows-msvc`. Earlier I was using `nightly-2018-03-30-x86_64-pc-windows-msvc` and everything worked fine. I'm also building a UEFI application and...

Thanks @matthiaskrgr. Will take a look. @rustbot claim

Reduced further: ```rust trait Trait { fn fnc(&self) { } } ```

From what I can tell, it seems to have been fixed @matthiaskrgr : https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=08acb20454a44db397241bb6aeab04c9 Looks like I'm missing something 😟

I have now opened PR https://github.com/rust-lang/rust/pull/122927 to test the below original reproducer: ```rust trait Trait { fn fnc(&self) -> Trait { bar } } fn main() {} ```

Sorry @matthiaskrgr for causing the issue to be closed via the PR merge without asking you first. If you still believe the ICE is not fixed please reopen it.

Implemented but not yet being used in places like DevicePath. Fix that as well.