File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Summary**
11+ A clear and concise description of what the bug is.
12+
13+ ** To Reproduce**
14+ ``` rust
15+ // Sample code
16+ ```
17+
18+ ** Expansion**
19+ ``` rust
20+ // Result of 'cargo expand', if available
21+ // To install:
22+ // cargo install cargo-expand
23+ ```
24+
25+ ** Additional information**
26+ Expected result, suggested error message or other details
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Summary**
11+ Concise description of problem
12+
13+ ** Sample code**
14+ ``` rust
15+ // Sample code showing context and suggested macro syntax
16+ ```
17+
18+ ** Expansion**
19+ ``` rust
20+ // Result of macro expansion for the above sample.
21+ ```
22+
23+ ** Additional context**
24+ Add any other context or screenshots about the feature request here.
Original file line number Diff line number Diff line change 1+ ---
2+ name : Other
3+ about : Blank issue
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+
You can’t perform that action at this time.
0 commit comments