-
# OCI Artifact Signing - Requirements
As containers become the [common unit of deployment](https://stevelasker.blog/2016/05/26/docker-containers-as-the-new-binaries-of-deployment/), users want to k…
-
### Code
```Rust
trait ExampleTrait {}
type BlahResult = Result;
fn example
-
### Code
```Rust
let mut args = std::env::args().skip(1);
let key = args.next().unwrap();
println!("The key is: {}", key)
```
### Meta
`rustc --version --verbose`:
```
rustc 1.5…
-
### Code
```Rust
use std::fs::File;
use std::io::Error;
fn main() -> Result {
let mut f = File::open("d:\\play")?;
println! ( "{:?}", f.metadata()? );
Ok(())
}
```
…
-
Running on Ubuntu 20.04.2 LTS on AMD Ryzen 5900
### Code
running
```Rust
cargo check
```
of https://github.com/Manta-Network/Manta
### Meta
`rustc --version --verbose`:
```
rus…
-
Note: ~~This also requires a incorrectly configured `Cargo.toml`, one that declares *but doesn't enable* `async_trait`.~~ The easiest way to reproduce this bug is to clone this repository: https://g…
-
I was following the Bevy 'Getting Started' [tutorial here](https://bevyengine.org/learn/book/getting-started/apps/). I followed the instructions to setup the code in fast-compile mode, which involv…
-
### Code
```Rust
#![cfg(test)]
#[test]
fn test_nz() {
const u8:u8 = 40u32.pow(2) as u8;
dbg!(u8);
}
```
### Meta
```
note: rustc 1.53.0-nightly (d0695c908 2021-04-12…
-
I see some open questions regarding which research is reproducible and which is not. Here are some hypothetical edge cases:
- My code is platform-specific assembler and can be run only on the blue gen…
-
### Code
a fresh clone of https://github.com/zellij-org/zellij/ @ 74cc48fc500f7f81a867394e8d6550562500d14f
(sorry)
### Error:
on nightly
```
$ RUST_BACKTRACE=1 cargo t
Compiling ze…