mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Fix highlighting test
This commit is contained in:
parent
701cf43606
commit
9464ca97c9
5 changed files with 55 additions and 49 deletions
|
@ -26,7 +26,7 @@ macro_rules! def_fn {
|
|||
($($tt:tt)*) => {$($tt)*}
|
||||
}
|
||||
|
||||
def_fn!{
|
||||
def_fn! {
|
||||
fn bar() -> u32 {
|
||||
100
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue