Skip to content

Commit 0df99b4

Browse files
committed
Update ui test suite to nightly-2025-10-01
1 parent 18c2598 commit 0df99b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/ui/temporary-value.stderr

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ error[E0716]: temporary value dropped while borrowed
77
| | creates a temporary value which is freed while still in use
88
| temporary value is freed at the end of this statement
99
| argument requires that borrow lasts for `'static`
10+
|
11+
note: requirement that the value outlives `'static` introduced here
12+
--> src/kind.rs
13+
|
14+
| M: Display + Debug + Send + Sync + 'static,
15+
| ^^^^^^^

0 commit comments

Comments
 (0)