-
The error message is similar to issue 51648 that we have been getting intermittedly, but it happens on every build with 1.30.1 stable so we're stuck on 1.29.2
```
thread 'main' panicked at 'specif…
saarw updated
5 years ago
-
Hi,
I wrote [minifier-rs](https://github.com/guillaumeGomez/minifier-rs), a small crate to minify JS and CSS. It's currently being used in rustdoc and I'd like, if possible, to get more potential f…
-
Hi,
I've installed actix-web crate which depends/uses brotli-sys.
On the first compile run, I've missed that gcc is needed. So I installed it from cygwin.
```
$ gcc -v
Using built-in specs.
CO…
-
Following on the ICEs from #52217, here are the 591 occurrences of ICEs in the [3rd NLL crater run](https://crater-reports.s3.amazonaws.com/pr-53426/index.html) from #53426 (out of the 982 regressions…
-
Appears to be introduced by https://github.com/actix/actix-web/pull/227
Running Version `0.6.8`, appears as though NamedFile's partial ranges is causing a number of errors when trying to serve stat…
-
I have already opened an [issue](https://github.com/actix/actix-web/issues/337) in actix-web. Just wondering if you tried to build by targeting for linux.
-
The code I worked on when the compiler started to crash:
```
state.database.send(user)
.from_err()
.and_then(|res| {
match res {
Ok(user) => Ok(view::…
-
## Description
My project no longer compiles now that multiple crates my project depends on have updated. Those crates now depend on **error-chain**, and **failure** which depend on **backtrace-rs*…
-
Application startup exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly …