Add a test for #2727

This commit is contained in:
topecongiro 2018-05-24 00:13:56 +09:00
parent 353816c596
commit 6dd7d5ba1c
2 changed files with 7 additions and 0 deletions

View file

@ -97,6 +97,10 @@ fn main() {
// #1092
chain!(input, a:take!(max_size), || []);
// #2727
foo!("bar")
;
}
impl X {

View file

@ -124,6 +124,9 @@ fn main() {
// #1092
chain!(input, a: take!(max_size), || []);
// #2727
foo!("bar");
}
impl X {