mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Update a test
This commit is contained in:
parent
b2b14d0f7f
commit
289b5f4c21
@ -121,7 +121,7 @@ fn main() {
|
||||
20, 21, 22);
|
||||
|
||||
// #1092
|
||||
chain!(input, a:take!(max_size), || []);
|
||||
chain!(input, a: take!(max_size), || []);
|
||||
}
|
||||
|
||||
impl X {
|
||||
|
Loading…
Reference in New Issue
Block a user