-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
A-completionautocompletionautocompletionA-macromacro expansionmacro expansionE-has-instructionsIssue has some instructions and pointers to code to get startedIssue has some instructions and pointers to code to get startedfunA technically challenging issue with high impactA technically challenging issue with high impact
Description
Specifically in prtinln! macro.
In the following code where ┃ is the cursor position
struct Test {
i: char,
t: i8,
w: i8,
}
fn main() {
let t = Test { i: 'a', t: 0, w: 0 };
t.┃ // completion works here
println!("{}", t.┃) // completion does not work here
}DianaNites, sashaweiss and your-diary
Metadata
Metadata
Assignees
Labels
A-completionautocompletionautocompletionA-macromacro expansionmacro expansionE-has-instructionsIssue has some instructions and pointers to code to get startedIssue has some instructions and pointers to code to get startedfunA technically challenging issue with high impactA technically challenging issue with high impact