Move issue-52049 to tests/ui/borrowck

This commit is contained in:
Aryan Dubey
2026-03-20 16:49:33 -04:00
parent bfc05d6b07
commit a3409fecfa
2 changed files with 1 additions and 1 deletions
@@ -1,5 +1,5 @@
error[E0716]: temporary value dropped while borrowed
--> $DIR/issue-52049.rs:6:10
--> $DIR/non-promotable-static-ref.rs:6:10
|
LL | foo(&unpromotable(5u32));
| -----^^^^^^^^^^^^^^^^^^-- temporary value is freed at the end of this statement