ca935c51905a5f.dylib: mach-o, but wrong architecture\n\t/Users/rohan/Desktop/code/autodca/target/debug/deps/libtokio_macros-71ca935c51905a5f.dylib: mach-o, but wrong architecture" } })rust-analyzer[unresolved-proc-macro](https://rust-analyzer.github.io/manual.html#unresolved-proc-macro)...
pub struct UnresolvedReferences { pub path: PathBuf, pub disable_build_scripts: bool, pub disable_proc_macros: bool, pub proc_macro_srv: Option<PathBuf>, } #[derive(Debug)] pub struct Ssr { pub rule: Vec<SsrRule>,175 changes: 175 additions & 0 deletions 175 crates/rust-analyzer/src/cl...
fix(rust_analyzer): Disable diagnostics on unresolved proc-macros due… 8c9bd07 Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment Assignees No one assigned Labels A-macromacro expansionC-bugCategory: bugS-unactionableIssue requires feedback, design ...
Also completes associated items, that require trait imports. If any unresolved and/or partially-qualified path precedes the input, it will be taken into account. Currently, only the imports with their import path ending with the whole qualifier will be proposed (no fuzzy matching for qualifier)....
// defaultLibrary:: Emitted for items from built-in crates (std, core, alloc, test and proc_macro). // documentation:: Emitted for documentation comments. // injected:: Emitted for doc-string injected highlighting like rust source blocks in documentation. // intraDocLink:: Emitted for intra...
**Source:** https://github.com/rust-lang/rust-analyzer/blob/master/crates/ide-diagnostics/src/handlers/macro_error.rs#L7[macro_error.rs] This diagnostic is shown for attribute proc macros when attribute expansions have been disabled. === await-outside-of-async **Source:** https://gi...
#17552use original source ranges in macro parameter completions. #17554fixcallHierarchyLSP violation. #17541fix stack overflow on recursive calls withimpl Trait. #17494don't normalizeuse foo::{self}touse foo. #17546diagnose unresolvedselfvalue in path expressions. ...
io::ErrorKind::Other, format!( "proc-macro server's api version ({}) is newer than rust-analyzer's ({})", v, CURRENT_API_VERSION "proc-macro server's api version ({v}) is newer than rust-analyzer's ({CURRENT_API_VERSION})" ), )), Ok(v) => {3...
s with expr fragment inputs. #17586 allow macro expansions into RestPat in tuple args. #17697 support the new cargo config get env format. #17709 fix hover links. #17713 fix panic on unresolved index fields. #17720 flip the naming of the doc-comment to comment assist.Internal Improvements...