mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-14 16:34:06 +00:00
16 lines
556 B
Markdown
16 lines
556 B
Markdown
|
---
|
||
|
name: Compilation error
|
||
|
about: 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.
|
||
|
|
||
|
---
|