You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While searching some files (folders) I encountered the panic:
thread '<unnamed>' panicked at 'internal error: entered unreachable code', /private/tmp/rust-20220304-34642-f8s218/rustc-1.59.0-src/library/std/src/sync/mpsc/mod.rs:1176:43
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Any { .. }', src/walk.rs:157:44
I do not have any step to reproduce
Command I used was fd filename. Second run was completed successfully with a load of results. first run gave me 5 only results.
The text was updated successfully, but these errors were encountered:
What version of
fd
are you using?8.4.0
While searching some files (folders) I encountered the panic:
I do not have any step to reproduce
Command I used was
fd filename
. Second run was completed successfully with a load of results. first run gave me 5 only results.The text was updated successfully, but these errors were encountered: