-
auto-reduced (treereduce-rust):
````rust
//@compile-flags: --edition=2018 --crate-type=lib
#![feature(cmse_nonsecure_entry)]
struct Test;
impl Test {
pub async unsafe extern "C-cmse-nonsecure-e…
-
When renaming a slash command argument to anything containing two space separated characters or containing symbols, an error occurs.
(If theres trailing whitespace no error happens.)
Executing thi…
-
Questions:
1. What could be the reasons for the Rust implementation being slower than the JavaScript one?
Are there any specific optimizations I can apply to the Rust code to improve its performan…
-
I'm thinking about some sound approach to distribute bindings for `ocaml-rs` as separate libraries.
I have a project, [ocaml-lwt-interop](https://github.com/Lupus/ocaml-lwt-interop), which provides…
Lupus updated
1 month ago
-
Currently the Rust CLI only returns the standard output from python once the python script has completed.
This should be able to be fixed. This is not a major issue, and is more of an enhancement. Th…
-
auto-reduced (treereduce-rust):
````rust
async unsafe extern "C-cmse-nonsecure-entry" fn multiple_named_lifetimes(_: u8, ...) {}
````
original:
````rust
#![feature("{}" a)]
async unsafe extern "C…
-
The [current detection mechanism](https://github.com/frewsxcv/rust-dark-light/blob/925fe9dd7cce2701fb9f5958260cd75c94cdf552/src/platforms/macos/notify.rs) just runs `detect` in a loop, which is woeful…
-
This is a tracking issue for `#![feature(async_closure)]` (rust-lang/rfcs#2394).
The feature gate provides the `async |...| expr` closure syntax.
**As with all tracking issues for the language, pleas…
-
### Code
This commit fixes it in the project I originally used it in: https://github.com/i404788/embassy/commit/3b540cf24559f4ba6236db4167c443bd7224851f
Unfortunately my attempts to reproduce …
-
### Summary
As part of [upgrading pantsbuild to Rust v1.58.0](https://github.com/pantsbuild/pants/pull/14174), we had to disable the `clippy::question_mark` lint on one segment of code because it s…
tdyas updated
1 month ago