• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2name: Bug Report
3about: Create a bug report for the libc crate.
4labels: C-bug
5---
6
7<!--
8Please provide the below information:
9
10* a Minimum Working Example without any dependencies (except libc) that shows
11  the issue and ideally reproduces in the Rust playground
12* the target triple - libc supports many targets and many APIs
13* instructions to reproduce, logs (e.g. build logs, links to Travis-CI logs,
14  uploads to github gists, etc.).
15
16In general, just please consider that the people who can help you are all very
17busy, they will be helping you in their free time, there are a lot of people in
18need of help so they need to prioritize to which issues they devote their free
19time, etc. So try to give most of the information upfront, be concise, show
20small self-contained examples (nobody has time to create a new cargo project,
21set up dependencies,...), etc. Help us help you.
22
23-->
24