Sha256: 171f6c1c962503855480696e5d39e68946ec2a027b61a6f36ca1ad1b40265c5d
Contents?: true
Size: 424 Bytes
Versions: 39
Compression:
Stored size: 424 Bytes
Contents
error[E0716]: temporary value dropped while borrowed --> tests/ui/temporary-value.rs:4:22 | 4 | let _ = anyhow!(&String::new()); | ---------^^^^^^^^^^^^^- | | | | | creates a temporary value which is freed while still in use | temporary value is freed at the end of this statement | argument requires that borrow lasts for `'static`
Version data entries
39 entries across 39 versions & 1 rubygems