Post AiPithPxHlddSSGpsW by JoSuus@todon.eu
 (DIR) More posts by JoSuus@todon.eu
 (DIR) Post #AiPWWTFGc511OPQd7o by BrodieOnLinux@linuxrocks.online
       2024-05-30T08:07:08Z
       
       0 likes, 1 repeats
       
       I spent an hour trying to work out why VSCodium wasn't giving me code completion in Rust, turns out I'm a moron and had rust installed instead of rustup the development toolchain
       
 (DIR) Post #AiPXppZXvSIG5xi316 by johnwilliams073@mstdn.social
       2024-05-30T08:21:48Z
       
       0 likes, 0 repeats
       
       @BrodieOnLinux Why would anyone do such a thing!
       
 (DIR) Post #AiPXxsEttTHAgQt6cC by tytan652@framapiaf.org
       2024-05-30T08:23:09Z
       
       0 likes, 0 repeats
       
       @BrodieOnLinux You were likely mostly missing the rust-src package that goes with the rust package.
       
 (DIR) Post #AiPZPsjfk3QeHkCTHE by BrodieOnLinux@linuxrocks.online
       2024-05-30T08:38:29Z
       
       0 likes, 0 repeats
       
       @tytan652 Whatever the reason, I spent way too much time on it
       
 (DIR) Post #AiPZbtgE3YL0gnJjpw by tytan652@framapiaf.org
       2024-05-30T08:41:32Z
       
       0 likes, 0 repeats
       
       @BrodieOnLinux I know, I took a while too to find out that most rust completion system are like analyzers.They both need the matching rust source to be functional.
       
 (DIR) Post #AiPa5o45Uv2VxgjyQi by nlupo@xno.social
       2024-05-30T08:46:50Z
       
       0 likes, 0 repeats
       
       @BrodieOnLinux It happened to me several times.
       
 (DIR) Post #AiPedv6gDqxXSpTWKW by gurristech@fosstodon.org
       2024-05-30T09:37:50Z
       
       0 likes, 0 repeats
       
       @BrodieOnLinux I assume that is your first foray into rust. Any opinions yet ? :P
       
 (DIR) Post #AiPithPxHlddSSGpsW by JoSuus@todon.eu
       2024-05-30T10:25:20Z
       
       0 likes, 0 repeats
       
       @BrodieOnLinux What are you gonna work on?
       
 (DIR) Post #AiPjecZ596Pq19uhTU by BrodieOnLinux@linuxrocks.online
       2024-05-30T10:33:58Z
       
       0 likes, 0 repeats
       
       @gurristech Everything being an expression is weird but I see the value in if blocks returning values
       
 (DIR) Post #AiPjoaN49o0c6r2pXs by BrodieOnLinux@linuxrocks.online
       2024-05-30T10:34:17Z
       
       0 likes, 0 repeats
       
       @JoSuus Just getting my head around the language first
       
 (DIR) Post #AiPlOohWSKwYvrS9w0 by JoSuus@todon.eu
       2024-05-30T10:53:39Z
       
       0 likes, 0 repeats
       
       @BrodieOnLinux That's fun enough, enjoy
       
 (DIR) Post #AiPoOmF9tPBBAmrJUO by gurristech@fosstodon.org
       2024-05-30T11:27:23Z
       
       0 likes, 0 repeats
       
       @BrodieOnLinux Yeah the if statements are super clean that way.