Alona Enraght-Moony

Results 39 comments of Alona Enraght-Moony
trafficstars

Currently, this is blocked on loom [only supporting](https://github.com/tokio-rs/loom/blob/2e030653e78d83a8fb46d808397e693494e3bdcc/src/rt/atomic.rs#L142-L145) Aquire fences.

Looking at this a bit more: ``` ./build/bin/kgt -l iso-ebnf -e dot < ./eg.ebnf | dot -Tpng > dot.png ``` ![image](https://github.com/katef/kgt/assets/28781354/84f0fcd1-e72b-4f17-9a7e-a2a0f32fc651) Which looks about right to my untrained eye, although...

I've modified `rrd_pretty` to dump the output between each pass, to try to find the cuplerit. Annoyingly I couldn't use `rrdot` for this, because `rrdot_output` intersperces `ast_to_rrd` `rrd_pretty` and actually...

I think it's worth landing this. As their tend to be many methods on items in `std`, users probably haven't seen the stability version of the containing item. Also it...

What crate is this for? Can you give a minimal example that reproduces this behavior?

Installed from source with cargo ``` $ which fd /home/nixon/.cargo/bin/fd $ fd --version fd 8.4.0 ```

> Did you build it with the release profile? Yes, `cargo-install` runs in release mode Full Log ``` $ cargo install -f fd-find Updating crates.io index Installing fd-find v8.4.0 Compiling...

``` $ strace -cf fd -j1 >/dev/null strace: Process 23061 attached strace: Process 23062 attached % time seconds usecs/call calls errors syscall ------ ----------- ----------- --------- --------- ------------------ 0.00 0.000000...

@rustbot label +T-libs-api -T-libs

> can someone walk me through how to fix? Add the `#![feature` to the doctests. [Eg](https://doc.rust-lang.org/1.76.0/src/alloc/vec/mod.rs.html#807-822)