RageCPP

Results 3 issues of RageCPP

I found multiple section types example with go、node 、java. but can't find rust, does rust support multiple section type? https://casbin.org/docs/syntax-for-models#multiple-section-types

enhancement

### Problem ![image](https://github.com/neovim/neovim/assets/45113206/045c5e33-2a76-4bd0-a826-9b19c91b9d3c) ![image](https://github.com/neovim/neovim/assets/45113206/9b5dede4-c114-45ea-94c2-ff1e3aaa3992) ![image](https://github.com/neovim/neovim/assets/45113206/d45b9130-33d6-42e0-a658-0cb42988b362) I alse try set `g.ruby_host_prog = "/home/rage/.rbenv/versions/3.3.1/lib/ruby/gems/3.3.0/gems/neovim-0.9.1/exe/neovim-ruby-host"` but still not work ### Steps to reproduce :checkhealth ### Expected behavior like node ``` ... Node.js provider...

bug
provider
platform:wsl

on my open suse 15.5 leap, I build libuv this is build process ```bash 1040 mkdir -p build 1042 (cd build && cmake .. -DBUILD_TESTING=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/rage/code/chessmeta/src/oxygen/third/libuv) 1043 cmake...