2017-01-26 13:11:59 -06:00
|
|
|
// rustfmt-format_strings: true
|
2017-07-10 02:52:55 -05:00
|
|
|
// rustfmt-force_format_strings: true
|
2016-11-27 18:47:38 -06:00
|
|
|
// rustfmt-max_width: 80
|
|
|
|
// rustfmt-control_brace_style: AlwaysNextLine
|
|
|
|
|
|
|
|
fn main() {
|
|
|
|
match x
|
|
|
|
{
|
2017-06-12 21:49:47 -05:00
|
|
|
aaaaaaaa::Bbbbb::Ccccccccccccc(_, Some(ref x))
|
|
|
|
if x == "aaaaaaaaaaa aaaaaaa aaaaaa" => Ok(()),
|
2016-11-27 18:47:38 -06:00
|
|
|
_ => Err(x),
|
|
|
|
}
|
|
|
|
}
|