Evgeny Duzhakov
Evgeny Duzhakov
Can't compile on Centos 6.10 too, i'm installed gcc 7.3.0, but result is the same ``` running "/usr/local/bin/gcc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "include" "-Wall" "-Wextra" "-pedantic"...
Found a solution! Because Centos6 binutils version is 2.20 - GAS is very old. Just install from git binutils version 2.31. That's all. For now working solution for me is...
Working with stable and beta rust, not working on nightly. Same effect for "hover/highlight". "method": "textDocument/definition" - server return nothing Edit: hover is Ok, highlight - return nothing. Edit: try...