Jason Newcomb
Jason Newcomb
Could be an incremental compilation issue. Try running `cargo clean` first.
Thank you. @bors r+
Is this intentionally linting in external macros?
Just making sure. Thank you. @bors r+
Either matching on `self` or using `ItemKind::Impl(&Impl { generics })` the second pattern would work. The suggestion should include one of those.
Great. The compiler broke... Looks like rust-lang/rust#99866.
Looks like this is still broken. rust-lang/rust#101410 is a possible fix.
Narrowed the issue down to something with let-chains mir opt levels. Pretty good match with rust-lang/#99852. Just added a workaround until the rustc bug is fixed. @bors r+
Panic is cause by line 64 of the integration test. This is the line which is supposed to print the backtrace from the failing test... Edit: Failing test backtrace ```...
Looks like the same as #9414