mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
fix: Fix self keyword not being tagged as such in highlighting properly
This commit is contained in:
parent
3472105ad9
commit
b35a50cb10
3 changed files with 57 additions and 61 deletions
|
@ -60,6 +60,7 @@ impl Foo {
|
|||
}
|
||||
}
|
||||
|
||||
use self::FooCopy::{self as BarCopy};
|
||||
#[derive(Copy)]
|
||||
struct FooCopy {
|
||||
x: u32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue