Recently updated
-
**Bounties for Foresight Technical Groups** Each of these will run for 6 weeks, the objective is to stimulate conversation and get people thinking about interesting and relevant future science. Sub…jdhodgkins opened 2 minutes ago
-
Given the following code: [(Playground)](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=d0c78b010de0962788843dd4bbd4ca07) ```rust fn main() { let (x, drop(y)) = (1, 2); }…porglezomp opened 4 minutes ago
-
When coc-rust-analyzer starts, the following errors are detected: And with `"rust-analyzer.cargo.features": "all"`, it seems that the config is ignored. `CocInfo`: ```text vim version: VIM…91khr opened 5 minutes ago
-
Previously, a [pr was merged](https://github.com/ethereum/ethereum-org-website/pull/5376) that added Foundry as a dev framework. But it was never added as a developer tool and does not currently show…devtooligan opened 5 minutes ago
-
**Summary** RFC: [#3028](https://github.com/rust-lang/rfcs/pull/3028) Related Issues: #4316 Implementation: #9992 Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#…ehuss opened 10 minutes ago
-
`error: failed to run custom build command for `ring v0.16.20` Caused by: process didn't exit successfully: `C:\Users\ozdmr\Desktop\metaboss-main\target\release\build\ring-36e0171680aaca2f\build…asafheybetli opened 11 minutes ago
-
## What problem does this solve or what need does it fill? Currently bevy supports the loading of plugins at runtime. By adding support for unloading/reloading will allow gamedevs to make changes t…rishflab opened 16 minutes ago
-
Having to include and recompile all the message types any rust project requires is kind of a non-starter: > "Ain't Nobody Got Time for That" > ~ Kimberly "Sweet Brown" Wilkins Are there anyway…ruffsl opened 18 minutes ago
-
I have this code that should determine URL at compile-time based on current target and arch: ```rs use cfg_if::cfg_if; use const_format::concatcp; fn get_download_url() -> &'static str { …filips123 opened 21 minutes ago
-
Consider installation of `kak-lsp`: ``` plug "ul/kak-lsp" do %{ cargo build --release --locked cargo install --force --path . } ``` In my case no toolchain was installed for `cargo`…Superty opened 29 minutes ago