mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-13 07:56:29 +00:00
556 B
556 B
name | about |
---|---|
Compilation error | Report a problem compiling exa |
If exa fails to compile, or if there is a problem during the build process, then please include the following information in your report:
- The exact exa commit you are building (
git rev-parse --short HEAD
) - The version of rustc you are compiling it with (
rustc --version
) - Your operating system and hardware platform
- The Rust build target (the exact output of
rustc --print cfg
)
If you are seeing compilation errors, please include the output of the build process.