-
Running `cargo-license` shows
```
Apache-2.0 (2): parity-rocksdb, pulldown-cmark
Apache-2.0 OR BSL-1.0 (1): ryu
Apache-2.0/BSD-3-Clause/MIT (1): parity-rocksdb-sys
Apache-2.0/MIT (115): linked-…
-
I'm not sure is it a bug of `rustc` or `serde`, but this simple code:
```rust
use serde::{Serialize, Serializer};
enum E {
Alpha(i32),
}
impl Serialize for E {
fn serialize(&self, _…
-
Internal compiler error `unexpected region in outlives inference: ReEmpty` when missing `Self` bound on struct. Reproducible on stable/beta/nightly on [playground](https://play.rust-lang.org/?version=…
-
The following code snippet triggers a ICE:
```rust
#[target_feature(avx2)]
const FOO: usize = 7;
```
`rustc 1.37.0 (eae3437df 2019-08-13) running on x86_64-unknown-linux-gnu`
Bug was found o…
-
## Expected behavior, english is required
## The reproduce ways from Vim starting (Required!)
start neovim, follow the guide [https://spacevim.org/layers/lang/python/](https://spacevim.org/lay…
-
[](https://issuehunt.io/r/devhubapp/devhub/issues/155)
### About the problem
This app, DevHub, renders too many items at once: It can have dozens of columns, and each column can render hundreds…
-
see https://github.com/briansmith/ring/issues/829
Cargo.toml:
```
[package]
name = "service"
version = "0.1.0"
authors = [""]
edition = "2018"
[[bin]]
path = "bin/service.rs"
name = "t…
-
**Describe the bug**
The libraries obtained via `install-rust-fil-proofs.sh` and `install-bls-signatures.sh` appear to be invalid.
**To Reproduce**
Steps to reproduce the behavior:
1. `FILECOIN_…
-
I get this problem with ./mach build --dev. Beneath is the error message when I execute the build with the --verbose ption, it mentions an invalid memory reference (for the record, I'm using Ubuntu 16…
-
### Motivation
Long ago I noticed that currently even constant strings are routed through entire encoding/decoding process on each pass between Rust and JS, becoming unnecessarily expensive part of…