Skip to main content

ra_ap_rust_analyzer/opt/rustwide/workdir/src/
main_loop.rs

1pub fn main_loop(
2    config: crate::config::Config,
3    connection: lsp_server::Connection,
4) -> anyhow::Result<()> {
5    crate::run_shared_rust_analyzer_lsp_session_with_config(config, connection)
6}