-
Compiling the following pair of crates hangs and chews up memory.
#### src/main.rs
```rust
fn main() {
repro_dep::S.f();
}
```
#### dep/src/lib.rs
```rust
pub use crate as krate;
…
-
crate: actix-http-0.1.5
running `ra_cli analysis-stats . ` on the crate seems to hang at some point (only ram usage increased, no progress for several minutes).
````Database loaded, 189 roots, 30…
-
I don't know if it's used anywhere, but it does seem like misuse.
-
## Summary
I was attempting to run `cargo doc --open` at the top level of a Cargo workspace, which resulted in several warnings regarding output filename collisions for `lexical-core`, `proc_macro2…
-
The link given for demo in the readme file is offline :
https://kale-krate.herokuapp.com/subscribe-minimal
-
I have a snippet which looks like this:
```
fn main() {
let hw = ["Hello", "World"];
hw.
}
```
When I try to bring up the completion list by entering `hw.`, I see nothing. I expect …
-
Although salsa is a great framework for *incremental* computation, most IDE computations are lazy, but not incremental. Specifically, stuff like per-function type inference does not really needs to be…
-
The documentation links both in the README and Cargo, pointing to https://docs.rs/maud/, is broken here: I get a mostly empty website saying "The requested resource does not exist".
-
## Checklist
- [x] I'm reporting a broken site support issue
- [x] I've verified that I'm running youtube-dl version **2019.08.13**
[https://i.imgur.com/SiHKCfR.png](url)
- [x] I've checked that a…
-
``` rust
use std::mem;
fn main() {
let foo: unsafe extern "rust-intrinsic" fn(int) -> uint = mem::transmute;
}
```
```
error: internal compiler error: type_of_fn_from_ty given intrinsic
note: the…