Add tests for #2594
This commit is contained in:
parent
ac8ae00625
commit
89d8eabba5
2 changed files with 8 additions and 0 deletions
|
|
@ -192,3 +192,7 @@ pub enum QlError {
|
|||
// (kind, input, expected)
|
||||
#[fail(display = "Could not find {}: Found: {}, expected: {:?}", 0, 1, 2)] ResolveError(&'static str, String, Option<String>),
|
||||
}
|
||||
|
||||
// #2594
|
||||
enum Foo {}
|
||||
enum Bar { }
|
||||
|
|
|
|||
|
|
@ -258,3 +258,7 @@ pub enum QlError {
|
|||
#[fail(display = "Could not find {}: Found: {}, expected: {:?}", 0, 1, 2)]
|
||||
ResolveError(&'static str, String, Option<String>),
|
||||
}
|
||||
|
||||
// #2594
|
||||
enum Foo {}
|
||||
enum Bar {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue