mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-23 04:14:28 +00:00
Add a test for #2727
This commit is contained in:
parent
353816c596
commit
6dd7d5ba1c
@ -97,6 +97,10 @@ fn main() {
|
||||
|
||||
// #1092
|
||||
chain!(input, a:take!(max_size), || []);
|
||||
|
||||
// #2727
|
||||
foo!("bar")
|
||||
;
|
||||
}
|
||||
|
||||
impl X {
|
||||
|
@ -124,6 +124,9 @@ fn main() {
|
||||
|
||||
// #1092
|
||||
chain!(input, a: take!(max_size), || []);
|
||||
|
||||
// #2727
|
||||
foo!("bar");
|
||||
}
|
||||
|
||||
impl X {
|
||||
|
Loading…
Reference in New Issue
Block a user