35 lines
525 B
Markdown
35 lines
525 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: ''
|
||
|
labels: bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
<!-- Describe the bug -->
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
### Steps to reproduce
|
||
|
1. ...
|
||
|
|
||
|
```rust
|
||
|
// Paste a minimal example that causes the problem.
|
||
|
```
|
||
|
|
||
|
### Expected Behavior
|
||
|
<!-- Tell us what should happen. -->
|
||
|
|
||
|
|
||
|
### Actual Behavior
|
||
|
<!-- Tell us what happens instead. -->
|
||
|
|
||
|
```
|
||
|
Paste the full traceback if there was an exception.
|
||
|
```
|
||
|
|
||
|
### Environment
|
||
|
|
||
|
* OS: Linux / Windows / MacOS
|
||
|
* rust version:
|