-
rustc hit an ICE when `Self::Foo` is used in `where` clauses.
I tried this code:
```rust
trait Foo {
}
impl Foo for T where Self::X: Clone {
}
fn main() {
}
```
I expected to see t…
-
Elo doesn't quite fit. Matches that are further in the past shouldn't count as much to the score as more recent ones.
-
Hi there,
Even though Recurly is successfully injecting its iframe code for Expiry Month, Expiry Year, CVV and Credit Card Number (observable by clicking Inspect in Chrome), upon submission, the fo…
-
A function that returns an associated struct tuple such as that starts with `Self::` such as `Self::Type(0)` causes a panic.
This `lib.rs` gives a panic in `rustc 1.15.0-nightly`.
```rust
pub t…
-
The code below caused an ICE
OS: Windows 10 x64
rustc 1.16.0-nightly (7e38a89a7 2017-01-06)
cargo 0.17.0-nightly (40a4ce6 2017-01-06)
```
struct Bird {
name: String,
health: i32,
…
-
CC @nikomatsakis
Rev 75418b70054664634f8f69e636f84e7e4e2731ed
error: internal compiler error: ../src/librustc/ty/mod.rs:2346: could not load def-path for DefId { krate: CrateNum(12), node: DefI…
-
The following code ([playground link](https://is.gd/Z9o3ho)) results in a method resolution error on the _second_ call to `x.method()`. It compiles successfully if `x.method()` is called only once:
…
-
`rustc` panics unexpectedly when passing phantomdata to hierarchical trait arguments
I tried this code:
```// Credit where it's due: this file draws heavily from Philip Opperman's
// wonderful …
-
Rustbuild should allow building / testing / running benchmarks
I imagine rustbuild's approach will be a lot better for benchmark development and running compared to the old makefiles.
Optional p…
bluss updated
8 years ago
-
@jaredwy reports a failure building https://github.com/jaredwy/friendlyrust/commit/3eeb0350b34384decff29306080cc9e3b1d8ad67 on OS X 10.10.5 using Rust 1.10.0 and serde_codegen 0.8.0, 0.8.1 and master.…