Adds function return type unification.(#6490 ) Merged Merging
esdrubal/fix_function_return_unification (
) into
(
)
Benchmarks Passed sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::on_enter sway-lsp/benches/lsp_benchmarks/compile.rs::benches::benchmarks::did_change_with_caching sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks::token_at_position sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::completion sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks::idents_at_position sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::highlight sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::rename sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::code_action sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks::tokens_at_position sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks::parent_decl_at_position sway-lsp/benches/lsp_benchmarks/compile.rs::benches::benchmarks::compile sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::inlay_hints sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::prepare_rename sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::goto_definition sway-lsp/benches/lsp_benchmarks/token_map.rs::benches::benchmarks::tokens_for_file sway-lsp/benches/lsp_benchmarks/compile.rs::benches::benchmarks::traverse sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::code_lens sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::semantic_tokens sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::format sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::hover sway-lsp/benches/lsp_benchmarks/requests.rs::benches::benchmarks::document_symbol Commits Click on a commit to change the comparison range Adds function return type unification.
The function return type unification was missing, leading to generic
functions not being resolved based on the return type. Merge branch 'master' into esdrubal/fix_function_return_unification 17 days ago
by JoshuaBattyMerge branch 'master' into esdrubal/fix_function_return_unification Copyright © 2024 CodSpeed Technology SAS. All rights reserved.