Add a test for #2098
This commit is contained in:
parent
fe39c0cd8c
commit
271da96098
2 changed files with 10 additions and 0 deletions
|
|
@ -141,3 +141,8 @@ pub enum Entry<'a, K: 'a, V: 'a> {
|
|||
pub enum ForegroundColor {
|
||||
CYAN = (winapi::FOREGROUND_INTENSITY | winapi::FOREGROUND_GREEN | winapi::FOREGROUND_BLUE) as u16,
|
||||
}
|
||||
|
||||
// #2098
|
||||
pub enum E<'a> {
|
||||
V ( < std::slice::Iter<'a, Xxxxxxxxxxxxxx> as Iterator> :: Item ) ,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -179,3 +179,8 @@ pub enum ForegroundColor {
|
|||
CYAN =
|
||||
(winapi::FOREGROUND_INTENSITY | winapi::FOREGROUND_GREEN | winapi::FOREGROUND_BLUE) as u16,
|
||||
}
|
||||
|
||||
// #2098
|
||||
pub enum E<'a> {
|
||||
V(<std::slice::Iter<'a, Xxxxxxxxxxxxxx> as Iterator>::Item),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue