We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05271cc commit 540f37bCopy full SHA for 540f37b
src/tools/clippy/tests/ui/const_is_empty.stderr
@@ -157,11 +157,17 @@ error: this expression always evaluates to true
157
LL | let _ = val.is_empty();
158
| ^^^^^^^^^^^^^^
159
160
+error: this expression always evaluates to true
161
+ --> tests/ui/const_is_empty.rs:181:17
162
+ |
163
+LL | assert!(EMPTY_STR.is_empty());
164
+ | ^^^^^^^^^^^^^^^^^^^^
165
+
166
error: this expression always evaluates to true
167
--> tests/ui/const_is_empty.rs:185:9
168
|
169
LL | EMPTY_STR.is_empty();
170
| ^^^^^^^^^^^^^^^^^^^^
171
-error: aborting due to 27 previous errors
172
+error: aborting due to 28 previous errors
173
0 commit comments