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
To reproduce the bug, just enter the following code under Linux:
use std::os::unix::io::AsRawFd;fnmain(){}
RA emits the error of "unresolved import". Since the block is conditionally compiled with cfg_if (see the source of std), I suspect that the guard is not handled correctly.
Enabling loadOutDirsFromCheck and procMacro does not solve the problem.
The text was updated successfully, but these errors were encountered:
To reproduce the bug, just enter the following code under Linux:
RA emits the error of "unresolved import". Since the block is conditionally compiled with
cfg_if
(see the source of std), I suspect that the guard is not handled correctly.Enabling
loadOutDirsFromCheck
andprocMacro
does not solve the problem.The text was updated successfully, but these errors were encountered: