-
Using latest release of `async-graphql` and `async-graphql-axum`. Am getting the following message when trying to use subscriptions:
```
Subscriptions are not supported on this transport.
```
Are …
-
### Problem
The check for the `cargo::` (double colon) syntax should apply only to directives that the MSRV would understand.
### Steps
`Cargo.toml`:
```
[package]
name = "derive-deftly-macros…
-
Procedural macro support feature depends on the following ([experimental](https://plugins.jetbrains.com/plugin/8182-rust/docs/rust-faq.html#experimental-features)) features:
- `org.rust.cargo.evaluat…
-
When compiling `pyo3` having rust-analyzer open causes the build to fail.
I can reliably reproduce this by just opening vscode, letting rust analyzer run whatever it does on start, and then trying …
-
Hi, I encountered a problem with my eBPF program written in Rust. I’m using the ringbuf, but it fails to run on the lower version kernel, presumably due to a lack of ringbuf support in the eBPF implem…
-
Start with this:
```rust
fn a() {
a!(b {
c: d,
//
..
});
}
```
Rust rustfmt, and you get this:
```rust
fn a() {
a!(b {
c: d,
//…
-
**Is your feature request related to a problem? Please describe.**
this is mainly to speed up performance in debug mode, but it will optimize away some milliseconds in production:
```
[Tokenize] …
-
## Environment
* **IntelliJ Rust plugin version:** 0.4.200.5436-232-nightly
* **Rust toolchain version:** 1.72.0-nightly (839e9a6e1 2023-07-02) aarch64-apple-darwin
* **IDE name and version:** CL…
-
I tried this code:
```rust
macro_rules! m {
( ($v:vis) ) => {};
}
fn main() {
m!( () );
}
```
I expected to see this happen: the code compile successfully. [The reference says](https://do…
-
I'm getting this error when compiling `inline-python`
```python
error: linking with `cc` failed: exit status: 1
|
= note: "cc" "-m64" "/workspace/template-rust-cli/target/debug/deps/inline_p…