You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example below causes a panic in clippy 1.83. It will also cause a panic in older clippy releases 1.82 and 1.81. If it helps, I set up a repository here containing the example and reproductions.
The ICE disappears if we apply this patch to the example, removing the Channel's generic DMA_INST.
Summary
The example below causes a panic in clippy 1.83. It will also cause a panic in older clippy releases 1.82 and 1.81. If it helps, I set up a repository here containing the example and reproductions.
The ICE disappears if we apply this patch to the example, removing the
Channel
's genericDMA_INST
.Version
Error output
Backtrace
The text was updated successfully, but these errors were encountered: