Introduce SourceBinder

This commit is contained in:
Aleksey Kladov 2020-01-14 15:27:05 +01:00
parent c0661ce744
commit ccfe53376a
5 changed files with 217 additions and 101 deletions

View file

@ -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)]