-
### Code
```Rust
static STATIC_VAR_FIVE: &One();
```
### Meta
`rustc --version --verbose`:
```
rustc 1.53.0-nightly (c755ee4ce 2021-04-04)
binary: rustc
commit-hash: c755ee4ce8c…
-
Prior to PING and linked to our many [layering discussions in SDS](https://github.com/decentralized-identity/secure-data-store/issues/80), our Privacy Considerations section and [10.4 Herd Privacy](ht…
-
### Code
```Rust
fn main() {
let number: f64 = 2.0;
let mut i: i64;
let mut x2: f64;
let mut y: f64;
x2 = number * 0.5;
y = number;
i = unsafe { std::mem::transmute(y) };
…
ghost updated
3 years ago
-
If I have a field `foo_ulong:uint64`, I see that results in the following code:
```
void add_foo_ulong(uint64_t foo_ulong) {
fbb_.AddElement(Configuration::VT_FOO_ULONG, foo_ulong, 0);
}…
-
This is to try to get to a consensus on fully defining SLSA1, or basically filling in that column:
**Readability**: Required
**Retention**: Not Required
**Change History**: Not Required
**Two-Pe…
-
Currently, the `GrantRound` contract is architected such that contributions are made to a Grant through the Round. An alternative, and perhaps superior approach, would be to have users make contributi…
-
### Code
```Rust
struct NodeRef {}
impl Handle {
fn new_kv ( node : NodeRef ) {}
}
```
### Meta
`rustc --version --verbose`:
```
rustc 1.53.0-nightly (4fdac23f3 2021-03-31)
…
-
Edit: this sounds like https://github.com/rust-lang/rust/issues/84341. Let me know if there's something useful I can provide from my local environment (I have the incremental compilation artifacts bac…
-
This ticket will host the meeting notes/progress updates for the CSE3000 BSc project.
For the next meeting (April 20, 10:00):
- Read the papers that we added to the projectforum description.
- Ge…
-
Try to include:
- Code Sample, a copy-pastable example if possible
- A ["Minimal, Complete and Verifiable Example"](http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) will make it …