Skip to content

Commit

Permalink
Update ui test output to nightly-2024-01-06
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 6, 2024
1 parent b256018 commit d3ff260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/pinned_drop/unsafe-call.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error[E0133]: call to unsafe function is unsafe and requires unsafe function or block
error[E0133]: call to unsafe function `Pin::<&'a mut T>::get_unchecked_mut` is unsafe and requires unsafe function or block
--> tests/ui/pinned_drop/unsafe-call.rs:16:9
|
13 | #[pinned_drop]
Expand Down

0 comments on commit d3ff260

Please sign in to comment.