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
Dupe of #7813. Now that integer fallback is removed, the element type of the array is unknown, causing the method call to ice (previously it was inferring to int, so the cast was converting *mut int to *mut i8).
internal: Add offset param to token descending API
The offset is unused for now as we can't map by spans yet but it will be required for rust-lang/rust-analyzer#11260 to work once the token map has been changed to record spans
Worked some time ago. All other versions work.
The text was updated successfully, but these errors were encountered: