Benjamin Lucier

Results 2 issues of Benjamin Lucier

```rust bounded_integer! { pub struct Test { 0..1 } } ``` This raises the following error. ```rust error: The start of the range must be before the end --> src/main.rs:10:23...