-
### Code
```Rust
async fn f999() -> Vec {
'b: {
continue 'b;
}
}
```
### Meta
`rustc --version --verbose`:
```
rustc 1.72.0-nightly (5bd28f5ea 2023-06-28)
bi…
-
**Q1: Should stateroot be part of core or plugin?**
As we discussed at last night meeting, most people agreed that It should be part of the core to ensure the data consistency of the all cn nodes.
…
-
An expert in TPU compiler writing can potentially introduce sampling techniques into programs for specific purposes. Here's a breakdown of the concept:
**Sampling for TPU Programs:**
* **Expert-…
-
The bluetooth signal alone is no good indicator for "being in contact" with somebody. (As I mentioned earlier).
My suggestion would be to combine it with an ultrasonic audio beacon.
If you are cl…
-
Please add your feedback and reviews below.
-
### Code
`tests/ui/async-await/issue-74047.rs -Ztreat-err-as-bug=3 --edition=2018`
```Rust
// edition:2018
use std::convert::{TryFrom, TryInto};
use std::io;
pub struct MyStream;
pub st…
-
Hey, I'm inspired by your paper, and after reading it I started playing with the code. I've found out that after [no dsum commit](https://github.com/LBruyne/Collaborative-GKR/commit/3ee1cd1cf9040b2507…
-
### Code
Code is proprietary unfortunately :( but I did narrow it down to a single line change.
The `create_session` signature looks like this:
`pub async fn create_session(&self, params: Cr…
-
As per discussion on https://github.com/pymedphys/pymedphys/issues/399 and then on https://github.com/nrc-cnrc/EGSnrc/discussions/658, looking at "transpiling" a test EGSnrc code to Python. A transpi…
-
We need an easier way to keep the seccomp filters in sync between flatpak and all the other projects that want the exact same set of seccomp filters that flatpak uses (notably WebKit and gnome-desktop…