@@ -26,7 +26,7 @@ fn arbitrary_consuming_method_for_demonstration_purposes() {
26
26
27
27
{
28
28
::std::rt::panic_fmt(format_args!("Assertion failed: elem as usize\nWith captures:\n elem = {0:?}\n",
29
- __capture0))
29
+ __capture0));
30
30
}
31
31
}
32
32
};
@@ -42,7 +42,7 @@ fn addr_of() {
42
42
(&::core::asserting::Wrapper(__local_bind0)).try_capture(&mut __capture0);
43
43
{
44
44
::std::rt::panic_fmt(format_args!("Assertion failed: &elem\nWith captures:\n elem = {0:?}\n",
45
- __capture0))
45
+ __capture0));
46
46
}
47
47
}
48
48
};
@@ -58,7 +58,7 @@ fn binary() {
58
58
(&::core::asserting::Wrapper(__local_bind0)).try_capture(&mut __capture0);
59
59
{
60
60
::std::rt::panic_fmt(format_args!("Assertion failed: elem == 1\nWith captures:\n elem = {0:?}\n",
61
- __capture0))
61
+ __capture0));
62
62
}
63
63
}
64
64
};
@@ -71,7 +71,7 @@ fn binary() {
71
71
(&::core::asserting::Wrapper(__local_bind0)).try_capture(&mut __capture0);
72
72
{
73
73
::std::rt::panic_fmt(format_args!("Assertion failed: elem >= 1\nWith captures:\n elem = {0:?}\n",
74
- __capture0))
74
+ __capture0));
75
75
}
76
76
}
77
77
};
@@ -84,7 +84,7 @@ fn binary() {
84
84
(&::core::asserting::Wrapper(__local_bind0)).try_capture(&mut __capture0);
85
85
{
86
86
::std::rt::panic_fmt(format_args!("Assertion failed: elem > 0\nWith captures:\n elem = {0:?}\n",
87
- __capture0))
87
+ __capture0));
88
88
}
89
89
}
90
90
};
@@ -97,7 +97,7 @@ fn binary() {
97
97
(&::core::asserting::Wrapper(__local_bind0)).try_capture(&mut __capture0);
98
98
{
99
99
::std::rt::panic_fmt(format_args!("Assertion failed: elem < 3\nWith captures:\n elem = {0:?}\n",
100
- __capture0))
100
+ __capture0));
101
101
}
102
102
}
103
103
};
@@ -110,7 +110,7 @@ fn binary() {
110
110
(&::core::asserting::Wrapper(__local_bind0)).try_capture(&mut __capture0);
111
111
{
112
112
::std::rt::panic_fmt(format_args!("Assertion failed: elem <= 3\nWith captures:\n elem = {0:?}\n",
113
- __capture0))
113
+ __capture0));
114
114
}
115
115
}
116
116
};
@@ -123,7 +123,7 @@ fn binary() {
123
123
(&::core::asserting::Wrapper(__local_bind0)).try_capture(&mut __capture0);
124
124
{
125
125
::std::rt::panic_fmt(format_args!("Assertion failed: elem != 3\nWith captures:\n elem = {0:?}\n",
126
- __capture0))
126
+ __capture0));
127
127
}
128
128
}
129
129
};
@@ -139,7 +139,7 @@ fn unary() {
139
139
(&::core::asserting::Wrapper(__local_bind0)).try_capture(&mut __capture0);
140
140
{
141
141
::std::rt::panic_fmt(format_args!("Assertion failed: *elem\nWith captures:\n elem = {0:?}\n",
142
- __capture0))
142
+ __capture0));
143
143
}
144
144
}
145
145
};
0 commit comments