Running fish 4.0.0 on Raspberry 2 (armv7l) with btrfs filesystem results in a panic.
`thread 'main' panicked at src/path.rs:710:43:
called `Result::unwrap()` on an `Err` value: TryFromIntError(())
Error is caused by using .unwrap() in src/path.rs as the value for buf.f_type is negative causing the numeric conversion to fail.
Running
fish4.0.0 on Raspberry 2 (armv7l) withbtrfsfilesystem results in a panic.Error is caused by using
.unwrap()insrc/path.rsas the value forbuf.f_typeis negative causing the numeric conversion to fail.