Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if a method in macro_rules, the method won't be included in the generated graph #11

Open
gobraves opened this issue Jun 11, 2023 · 1 comment

Comments

@gobraves
Copy link

gobraves commented Jun 11, 2023

source file: tokio/src/runtime/runtime.rs
expected result: function new will be in the generated graph
Actual result: function new is missing
image
image

@chanhx
Copy link
Owner

chanhx commented Jun 11, 2023

Symbols are provided by language servers. This appears related to rust-lang/rust-analyzer#12665.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants