-
**Describe the problem you are trying to solve**
I want to run compile test for procedural macros, but the test does not know how to look for the procedural library it should be testing.
Pro…
-
strformat transforms the formatting string into string allocation, different `.add`'s and calls to `formatValue`. The issue is that the strformat macro inserts the formatting specifiers as arguments t…
ghost updated
11 months ago
-
With last Rocket version, which doesn't support `Rocket::ignite`, error is returned when consuming the library:
```rust
#![feature(proc_macro_hygiene, decl_macro)]
extern crate rocket;
use r…
-
_(priority: low)_
There are a few places (in both `meilisearch` and `milli`) where we use `serde`'s `Serialize/Deserialize` traits and derive proc macros to write/read values from an LMDB database.…
-
The generic prepass order seems buggy, resulting in incomprehensible semantics (eg https://github.com/nim-lang/Nim/issues/8924), see also below.
that means if you add a `static: doAssert false` or …
-
Due to issues making delay reference count increments sound, they were removed #4095 and replaced by an `Clone` implementation for `Py` which will panic without the GIL being held, gated by the `py-cl…
-
Currently, the lexer will reject tokens like `1.0etest` expecting an exponent after the `e`. It could alternatively accept this token as `LitFloat { value: 1.0, suffix: "etest" }`. This would mean tha…
-
Hi back again to try and build from source on develop.
I installed the recommended rust version `nightly-2022-11-02` and I cloned the project. I have llvm15 installed.
I run cargo make and get …
-
## Environment
* **IntelliJ Rust plugin version:** 0.4.183.5026-223
* **Rust toolchain version:** 1.65.0 (897e37553 2022-11-02) x86_64-unknown-linux-gnu
* **IDE name and version:** CLion 2022…
-
# Smoke test improvement roadmap
## Introduction
The smoke-tests have around 30000 lines of error output, mostly regarding syntax errors, macro problems and header inclusion issues. Around 1400 of…