rust-lang / rls

Repository for the Rust Language Server (aka RLS)
Other
3.53k stars 257 forks source link

feat: update lsp_types to the latest version #1778

Open aminya opened 2 years ago

aminya commented 2 years ago

After debugging the code for some time, I cannot find the reason why the 9 remaining tests are failing. Any help would be appreciated.

using this in the find_impls test seems to fix the issue, but modifying the tests like this looks random to me.

                work_done_progress_params: WorkDoneProgressParams {
                    work_done_token: Some(NumberOrString::String("progress_1".to_owned())),
                },

cc: @Xanewok

bors commented 2 years ago

:umbrella: The latest upstream changes (presumably ece09b88c0365947af79c0ffdeea02bc6c1eec25) made this pull request unmergeable. Please resolve the merge conflicts.