mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
make analysis sync
This commit is contained in:
parent
76c51fae77
commit
bbcd998433
4 changed files with 37 additions and 19 deletions
|
@ -258,3 +258,9 @@ impl LibraryData {
|
|||
LibraryData { root }
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn analysis_is_send() {
|
||||
fn is_send<T: Send>() {}
|
||||
is_send::<Analysis>();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue