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
secs_start, secs_finish, nsecs_start, nsecs_finish all resolve to i64 in my editor, but that is not the case for the arm architecture I am testing for, where these are defined as i32.
The appropriate target is set as default in .cargo/config.
The text was updated successfully, but these errors were encountered:
Hi, I ran into an issue where types where wrongly ellided and I think I managed to narrow it down to rust-analyzer.
I am running this code:
secs_start, secs_finish, nsecs_start, nsecs_finish all resolve to i64 in my editor, but that is not the case for the arm architecture I am testing for, where these are defined as i32.
The appropriate target is set as default in .cargo/config.
The text was updated successfully, but these errors were encountered: