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 18c2598 commit 0df99b4Copy full SHA for 0df99b4
tests/ui/temporary-value.stderr
@@ -7,3 +7,9 @@ error[E0716]: temporary value dropped while borrowed
7
| | creates a temporary value which is freed while still in use
8
| temporary value is freed at the end of this statement
9
| 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