-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
A-macromacro expansionmacro expansionS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now
Description
settings.json (vscode):
{
"rust-analyzer.cargoFeatures.loadOutDirsFromCheck": true,
}
rust-analyzer: 1c2d4135db867efe335a0654d86429bea7bb9caf
(current master)
How to reproduce:
- Add
lapin = { version = "0.34" }
to your deps. - Use this code snippet:
use lapin::{
message::Delivery,
options::{BasicAckOptions, BasicConsumeOptions, BasicRejectOptions},
types::FieldTable,
Connection, ConnectionProperties,
};
BasicAckOptions
, BasicConsumeOptions
and BasicRejectOptions
come from proc-macro. "Go to definition" doesn't work on them. It works but redirects you a wrong source-site.
fahrradflucht, Arkanayan, 0x8f701, Ciantic, jhgg and 33 morealdanor and lambdalisue
Metadata
Metadata
Assignees
Labels
A-macromacro expansionmacro expansionS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now