mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Introduce SourceBinder
This commit is contained in:
parent
c0661ce744
commit
ccfe53376a
5 changed files with 217 additions and 101 deletions
|
@ -312,7 +312,7 @@ mod tests {
|
|||
use test_utils::{assert_eq_text, project_dir, read_text};
|
||||
|
||||
#[test]
|
||||
fn test_highlighting() {
|
||||
fn te3st_highlighting() {
|
||||
let (analysis, file_id) = single_file(
|
||||
r#"
|
||||
#[derive(Clone, Debug)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue