We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0f168 commit 4ea8a72Copy full SHA for 4ea8a72
tests/ui/drop-array.stderr
@@ -1,4 +1,5 @@
1
WARN klint::ctxt no klint metadata found for crate alloc
2
+ WARN klint::ctxt no klint metadata found for crate core
3
note: reporting preemption count for instance `drop_lock`
4
--> $DIR/drop-array.rs:29:1
5
|
tests/ui/drop-slice.stderr
@@ -10,6 +10,7 @@ error: dropping element of slice causes non-zero preemption count adjustment
10
= note: because slice can contain variable number of elements, adjustment for dropping the slice cannot be computed statically
11
12
13
14
note: reporting preemption count for instance `drop_sleep`
15
--> $DIR/drop-slice.rs:24:1
16
0 commit comments