android13/external/rust/crates/anyhow/tests/ui/temporary-value.stderr

9 lines
399 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
error[E0716]: temporary value dropped while borrowed
--> $DIR/temporary-value.rs:4:22
|
4 | let _ = anyhow!(&String::new());
| ---------^^^^^^^^^^^^^-- temporary value is freed at the end of this statement
| | |
| | creates a temporary which is freed while still in use
| argument requires that borrow lasts for `'static`