mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-23 04:14:28 +00:00
Add tests for #2594
This commit is contained in:
parent
ac8ae00625
commit
89d8eabba5
@ -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…
Reference in New Issue
Block a user